You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.
I think this would be better suited as a plugin for buffalo, not part of the Buffalo project itself. Plugins are meant for exactly this type of extending of the project.
/etc/systemd/system/gcon.service
[Unit]
Description=gophercon website
[Service]
PIDFile=/tmp/gophercon.pid-3000
User=www-data
Group=www-data
Environment=GO_ENV=production
Environment=POSTGRES_PASSWORD=SuperS3cretSquirr3l
WorkingDirectory=/root/go/src/github.com/gopheracademy/gcon
ExecStart=/bin/bash -c '/root/go/src/github.com/gopheracademy/gcon/gcon'
[Install]
WantedBy=multi-user.target
The text was updated successfully, but these errors were encountered: