2016-02-17 00:48:42 +08:00
|
|
|
# Workflow
|
|
|
|
|
|
|
|
... (branching/merging flow)
|
|
|
|
|
2016-02-16 01:29:43 +08:00
|
|
|
# Deployment
|
|
|
|
|
|
|
|
...
|
|
|
|
|
2016-02-17 00:48:42 +08:00
|
|
|
Deployment to db servers
|
2016-02-16 01:29:43 +08:00
|
|
|
|
|
|
|
```
|
|
|
|
# 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:
|
|
|
|
|
|
|
|
...
|