Add license
add organisations pages
project: remove some unnecessary imports
All commands should be executed from the root of the repository unless stated
otherwise
A preceding #
indicates a command should be run as root
See aiohttp docs
# ln -s "$(readlink -f .)" /srv/http/fossfund
# ln -s "$(readlink -f nginx.conf)" /etc/nginx/nginx.conf
# sudo -Hu postgres sh -c "initdb -D /var/lib/postgres/data"
# systemctl start postgresql
# sudo -Hu postgres sh -c "createuser fossfund; createdb fossfund"
uuid-ossp
extension# sudo -Hu postgres sh -c "psql -d fossfund -c 'CREATE EXTENSION IF NOT EXISTS \"uuid-ossp\";'"
$ pip install -r require.pip
$ python -m fossfund.__init__ setup
# systemctl start nginx postgresql
$ gunicorn -c gunicorn.py fossfund:app