Source code of http://freepo.st
zPlus 6d77a26929 Moved "My posts" code | před 9 roky | |
---|---|---|
freepo.st-web | před 9 roky | |
freepost-repository | před 9 roky | |
.gitignore | před 9 roky | |
README.md | před 9 roky |
This is the code powering freepost.
You can follow these steps if you wish to run a local copy of freepost
cd
into your www
folder$ git clone https://notabug.org/zPlus/freepost
$ cd freepo.st-web/php-include/
app/config/parameters.example.yml
and rename it to parameters.yml
$ php app/console doctrine:schema:update --force
freepost should now be up and running at http://localhost/freepost/freepo.st-web/htdocs
If you have any questions please get in contact with us at our freepost community.
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.