dbupgrade 145 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 #!/bin/sh set -e /etc/init.d/noosfero setup cd /usr/share/noosfero && su noosfero -c "rake db:migrate RAILS_ENV=production SCHEMA=/dev/null"