crankshaft/DEPLOYING.md

22 lines
300 B
Markdown
Raw Normal View History

2016-02-17 00:48:42 +08:00
# Workflow
... (branching/merging flow)
# Deployment
...
2016-02-17 00:48:42 +08:00
Deployment to db servers
```
# Install python module
sudo pip install {{path}}/python/crankshaft --upgrade
# Install extension
cd {{path}}/pg && sudo PGUSER=postgres make all install
```
Installing the extension in user databases:
...