2011-11-08 17:38:02 +00:00
|
|
|
=== Basic bootstrap
|
2011-12-23 18:47:13 +00:00
|
|
|
|
2011-10-29 22:22:18 +01:00
|
|
|
* rake db:drop db:setup
|
2011-12-23 18:47:13 +00:00
|
|
|
|
2011-11-08 17:37:29 +00:00
|
|
|
==
|
2011-12-14 20:16:00 +00:00
|
|
|
|
|
|
|
=== Setup autostart
|
|
|
|
|
2011-12-23 18:47:13 +00:00
|
|
|
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
|
|
|
|
|
2012-03-21 19:55:14 +00:00
|
|
|
=== Tips
|
2012-03-22 18:02:37 +00:00
|
|
|
sudo urpmi lib64icu-devel # mandriva
|
|
|
|
gem install charlock_holmes -- --with-icu-dir=/opt/local # macports
|
|
|
|
|
2012-07-17 09:02:56 +01:00
|
|
|
sudo urpmi lib64magic-devel # mandriva
|
|
|
|
brew install libmagic; brew link libmagic # brew
|
|
|
|
gem install ruby-filemagic
|
|
|
|
|
2012-03-21 19:55:14 +00:00
|
|
|
git config --global core.quotepath false
|