Start Building
Build something great.
Deployment
You can deploy in seconds using Uberspace or Docker.
Uberspace
# check instructions in deploy/uberspace/install.sh
Docker
- Setup Server: guide
- Install Docker: guide
-
Copy contents of Docker deployment to root:
mv deploy/docker/* ./ -
Remove other deployment:
rm -rf deploy -
Setup
git pushdeployment on remote machine. - Update `production.py` for `static_root` to `/www/static`, `media_root` to `/www/media`, emails and caches.
- Do `cp .env.sample .env` on production folder. Update values.
Other things
You still need to do few more things.
- Install memcache on server if you are using it.
- Setup email in production. Update SMTP credentials.