[DRE-commits] [diaspora] 151/257: take care of gem installs in postinst
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Sun Apr 12 14:17:18 UTC 2015
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository diaspora.
commit 5ab9ba86f4baef1a380cee5b807498018e8e4f2e
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Thu Nov 27 00:05:36 2014 +0530
take care of gem installs in postinst
---
debian/diaspora.postinst | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/debian/diaspora.postinst b/debian/diaspora.postinst
index ea9146f..b8f7350 100755
--- a/debian/diaspora.postinst
+++ b/debian/diaspora.postinst
@@ -41,6 +41,11 @@ case "$1" in
/usr/lib/diaspora/scripts/grantpriv.sh
chown -R diaspora: /usr/share/diaspora
cd /usr/share/diaspora
+# These gems need more work before they can be apt-get
+ gem install handlebars_assets rails-timeago
+ gem install -v=0.62.0 foreman
+ gem install -v=3.4.1 devise
+ gem install --source https://rails-assets.org rails-assets-jquery-idletimer
sudo -u diaspora bundle install --local
sudo -u diaspora RAILS_ENV=production DB=postgres bundle exec rake db:create db:schema:load
sudo -u diaspora RAILS_ENV=production DB=postgres bundle exec rake assets:precompile
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/diaspora.git
More information about the Pkg-ruby-extras-commits
mailing list