Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
127.0.1.1 booktype.arnemueller.com booktypeThen the command:
hostname -fshould return this dummy name, which you can use in your Booktype/Apache configuration.
ServerName booktype.arnemueller.com
SetEnv HTTP_HOST "booktype.arnemueller.com"
cd /usr/local/src/booktypeYou should see that the files in requirements/ get updated. Then run these commands:
git fetch origin
git checkout master
git pull origin master
sudo pip install -r /usr/local/src/booktype/requirements/dev.txtThere are more up-to-date instructions at:
sudo pip install -r /usr/local/src/booktype/requirements/prod.txt
sudo supervisorctl restart all
sudo service apache2 restart
It looks like you're new here. If you want to get involved, click one of these buttons!