Dynamic personal website.
- Django
- gunicorn
- NGINX
- Bulma CSS
- TinyMCE plugin
- Run the setup script as root
sudo ./setup.sh
- Update
personalpage/personalpage/secrets.txt
using the hints inpersonalpage/personalpage/secrest.txt.format
- Make sure your Python path is set using the software collections enable script. This should only need to be run once because the script takes care of it for you in .bashrc
. /opt/rh/rh-python35/enable
- Kick off the deploy script to startup
NGINX
andgunicorn
:
sudo ./deploy.sh
- Use pg_dump to export data from old server an import into new server.