rosa-build/doc/README_FOR_APP

29 lines
522 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
=== Tips
2012-03-22 18:02:37 +00:00
sudo urpmi lib64icu-devel # mandriva
gem install charlock_holmes -- --with-icu-dir=/opt/local # macports
sudo urpmi lib64magic-devel # mandriva
brew install libmagic; brew link libmagic # brew
gem install ruby-filemagic
git config --global core.quotepath false