Source code of http://freepo.st

zPlus 6d77a26929 Moved "My posts" code 9 years ago
freepo.st-web 6d77a26929 Moved "My posts" code 9 years ago
freepost-repository f0c96746a0 Fix "My posts" CSS 9 years ago
.gitignore 5b034991ac Initial commit 9 years ago
README.md 346bc45052 Updated README.md 9 years ago

README.md

freepost

This is the code powering freepost.

Installation

You can follow these steps if you wish to run a local copy of freepost

  1. cd into your www folder
  2. $ git clone https://notabug.org/zPlus/freepost
  3. configure your database following these instructions. In short,
    1. $ cd freepo.st-web/php-include/
    2. edit the file app/config/parameters.example.yml and rename it to parameters.yml
    3. manually create freepost database, for example using phpMyAdmin. Make sure that it's UTF8
    4. $ php app/console doctrine:schema:update --force

freepost should now be up and running at http://localhost/freepost/freepo.st-web/htdocs

Contacts

If you have any questions please get in contact with us at our freepost community.

License

freepost is free software licensed as GNU Affero General Public License, either version 3 or (at your option) any later version. freepost source files and license are inside the ./freepo.st-web/php-include/src/ directory. Everything else is part of the Symfony2 framework and other dependencies.