rosa-build/doc/README_FOR_APP

21 lines
253 B
Plaintext
Raw Normal View History

2011-11-08 17:38:02 +00:00
=== Basic bootstrap
2011-10-29 22:22:18 +01:00
* rake db:drop db:setup
2011-11-08 17:37:29 +00:00
==
=== Setup autostart
Add to /etc/rc.d/rc.local
/srv/rosa_build/current/bin/autostart.sh
Add to /etc/rc.d/rc.sysinit
# force run rc.local
if [ -f /etc/rc.local ]; then
. /etc/rc.local
fi
==