Compare commits
1 Commits
welcome-20
...
wip-readme
Author | SHA1 | Date | |
---|---|---|---|
db4ad6ec40 |
24
README.md
24
README.md
@@ -92,3 +92,27 @@ On the production machine:
|
||||
|
||||
1. `docker pull armadillica/blender_cloud`
|
||||
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
|
||||
|
Reference in New Issue
Block a user