Start Building

Build something great.

Deployment

You can deploy in seconds using Uberspace or Docker.

Uberspace

# check instructions in deploy/uberspace/install.sh

Docker

  1. Setup Server: guide
  2. Install Docker: guide
  3. Copy contents of Docker deployment to root: mv deploy/docker/* ./
  4. Remove other deployment: rm -rf deploy
  5. Setup git push deployment on remote machine.
  6. Update `production.py` for `static_root`, `media_root`, emails and caches.
  7. Do `cp .env.sample .env` on production folder. Update values.

Other things

You still need to do few more things.

  1. Install memcache on server if you are using it.
  2. Setup email in production. Update SMTP credentials.