Compare commits
1 Commits
wip-readme
...
last-py27
Author | SHA1 | Date | |
---|---|---|---|
cb44509a18 |
24
README.md
24
README.md
@@ -92,27 +92,3 @@ On the production machine:
|
|||||||
|
|
||||||
1. `docker pull armadillica/blender_cloud`
|
1. `docker pull armadillica/blender_cloud`
|
||||||
2. `docker-compose up -d` (from the `/data/git/blender-cloud/docker` directory)
|
2. `docker-compose up -d` (from the `/data/git/blender-cloud/docker` directory)
|
||||||
|
|
||||||
|
|
||||||
## Development setup
|
|
||||||
|
|
||||||
Here are some notes on how to get the whole Blender Cloud dev environment set up
|
|
||||||
from scratch. First off, we agree to develop on bare metal and use Docker only for
|
|
||||||
production.
|
|
||||||
|
|
||||||
Initial requirements:
|
|
||||||
|
|
||||||
- Python 2.7
|
|
||||||
- NPM
|
|
||||||
- Blender ID server up and running (see blender-id for more)
|
|
||||||
|
|
||||||
Here are the steps:
|
|
||||||
|
|
||||||
- Clone the fantastic 5 (pillar, pillar-python-sdk, attract, flamenco and
|
|
||||||
blender-cloud)
|
|
||||||
- Run `npm install` in pillar, attract and flamenco
|
|
||||||
- Create `config_local.py` in blender-cloud
|
|
||||||
- `pip install -e .` in every repo except blender-cloud
|
|
||||||
- `pip install -r requirements.txt` in blender-cloud
|
|
||||||
- setup_db
|
|
||||||
- create_urler_account
|
|
||||||
|
@@ -1,5 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -e # error out when one of the commands in the script errors.
|
||||||
|
|
||||||
PILLAR_DIR=$(python <<EOT
|
PILLAR_DIR=$(python <<EOT
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import os.path
|
import os.path
|
||||||
|
Reference in New Issue
Block a user