654 B
654 B
Deploying on a standalone server
Coleslaw can deploy to a standalone server. If you want this server installation, initialize a bare git repo and set up the post-receive hook on that repo.
-
First initialize a git bare repo on the server.
-
Copy example post-receive hook to your blog's bare repo and set the executable bit (
chmod +x
). -
Point the web server at
:deploy-dir
attribute on the config file. Or "deploy-dir/.curr" if theversioned
plugin is enabled.