hpc:argobalsam
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
hpc:argobalsam [2015/03/06 21:33] – [Git Tag Notes] jchilders | hpc:argobalsam [2016/02/24 21:31] (current) – [Installation] jchilders | ||
---|---|---|---|
Line 77: | Line 77: | ||
===== Installation ===== | ===== Installation ===== | ||
+ | - On Mira: '' | ||
- Install < | - Install < | ||
+ | - '' | ||
- Create install directory: '' | - Create install directory: '' | ||
- '' | - '' | ||
- '' | - '' | ||
- Create virtual environment: | - Create virtual environment: | ||
+ | - On Edison: | ||
+ | - '' | ||
+ | - '' | ||
- Activate virtual environment: | - Activate virtual environment: | ||
+ | - On Edison: | ||
+ | - To use '' | ||
- Install needed software: | - Install needed software: | ||
- | - '' | + | - '' |
+ | - if you have less than python-2.7 you need '' | ||
- '' | - '' | ||
- '' | - '' | ||
- | - '' | + | - '' |
- For this I had to install on SLC6 '' | - For this I had to install on SLC6 '' | ||
- | - Create django project: '' | + | - Create django project: '' |
- | - Grab software from git repo: '' | + | - '' |
- | - Update the following | + | - '' |
+ | - '' | ||
+ | - '' | ||
+ | - Update the following | ||
+ | | ||
from site_settings.mira_settings import * | from site_settings.mira_settings import * | ||
</ | </ | ||
- | | + | |
- | - Sync your database <code bash> python manage.py syncdb </ | + | INSTALLED_APPS = ( |
- | - Create the first migration <code bash> python manage.py schemamigration balsam_core --initial </ | + | |
- | - Apply the first migration <code bash> python manage.py migrate balsam_core --fake </ | + | ' |
- | - Create the first migration <code bash> python manage.py schemamigration argo_core --initial </ | + | |
- | - Apply the first migration <code bash> python manage.py migrate argo_core --fake </ | + | ' |
+ | ' | ||
+ | ' | ||
+ | ' | ||
+ | ' | ||
+ | ' | ||
+ | ) | ||
+ | </ | ||
+ | - If you are using MySQL: <code python> | ||
+ | DATABASES = { | ||
+ | ' | ||
+ | ' | ||
+ | ' | ||
+ | ' | ||
+ | ' | ||
+ | ' | ||
+ | ' | ||
+ | ' | ||
+ | } | ||
+ | } | ||
+ | </ | ||
+ | - Setup your database: | ||
+ | - For Older Django using South (pre-1.7): | ||
+ | - <code bash> python manage.py syncdb </ | ||
+ | - Create the first migration <code bash> python manage.py schemamigration balsam_core --initial </ | ||
+ | - Apply the first migration <code bash> python manage.py migrate balsam_core --fake </ | ||
+ | - Create the first migration <code bash> python manage.py schemamigration argo_core --initial </ | ||
+ | - Apply the first migration <code bash> python manage.py migrate argo_core --fake </ | ||
+ | - For newer Django (1.7, | ||
+ | - <code bash> python manage.py syncdb </ | ||
+ | - For Django (1.9+): | ||
+ | - <code bash> python manage.py migrate --fake-initial </ | ||
===== Git Tag Notes ===== | ===== Git Tag Notes ===== |
hpc/argobalsam.1425677636.txt.gz · Last modified: 2015/03/06 21:33 by jchilders