Skip to content

Instantly share code, notes, and snippets.

@glidenote
Created November 16, 2011 03:04
Show Gist options
  • Save glidenote/1369137 to your computer and use it in GitHub Desktop.
Save glidenote/1369137 to your computer and use it in GitHub Desktop.
heso config
[settings]
host = heso001.tokyo.pb
port = 80
repo_root = ${buildout:directory}/var/repo
[program:heso]
command=/var/www/heso/bin/server
stdout_logfile_maxbytes=1MB
stderr_logfile_maxbytes=1MB
stdout_logfile=/var/log/%(program_name)s.log
stderr_logfile=/var/log/%(program_name)s.log
autorestart=true
@@ -20,4 +20,4 @@
import paste.script.command
if __name__ == '__main__':
- paste.script.command.run(['serve', 'deploy.ini'])
+ paste.script.command.run(['serve', '/var/www/heso/deploy.ini'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment