crankshaft/DEPLOYING.md
2016-02-16 17:48:42 +01:00

300 B

Workflow

... (branching/merging flow)

Deployment

...

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:

...