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:
parent
e243f789ff
commit
febfdb2b80
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue