1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/diaspora_ynh.git synced 2024-09-03 18:26:13 +02:00

Update install

This commit is contained in:
Rafi59 2017-10-22 11:03:44 +02:00 committed by GitHub
parent e243f789ff
commit febfdb2b80

View file

@ -108,6 +108,8 @@ git clone -b master https://github.com/diaspora/diaspora.git
cd diaspora
config/database.yml
cp config/diaspora.yml
curl -L https://s.diaspora.software/1t | bash
echo [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" | tee ~/.bashrc
gem install bundler
RAILS_ENV=production bin/bundle install --jobs $(nproc) --deployment --without test development --with mysql