Home > toola

toola

Toola is a project mainly written in JAVASCRIPT and PYTHON, it's free.

-----------------------------------------

          Deploying

-----------------------------------------

These are the steps for deploying

the project and adjusting misc configs

for the first time

This step installs everything from a clean

Ubuntu setup and copies/deploys the projects

  1. fab environment setup > deploy.log

If it is the fist time deploying this project

then need to create a DB, Django does not create

the DB

  1. mysql -u root -p

  2. create database webme;

  3. Dump Current Data python manage.py dumpdata > data/data.webme.json

Copy all the private (outside of Git) files

to the remote host

  1. run.sh -> calls private_local.sh

This loads all the init data in the DB

and preprocess JavaScript Files

  1. private_remote.sh

-----------------------------------------

          Redeploying

-----------------------------------------

These are the steps for redeploying changes

to code etc

  1. fab environment redeploy > redeploy.log

  2. run.sh -> calls private_local.sh

This loads all the init data in the DB

and preprocess JavaScript Files

  1. private_remote.sh
Previous:dedman