crankshaft/DEPLOYING.md

18 lines
244 B
Markdown
Raw Normal View History

# Deployment
...
Deployment
```
# 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:
...