Diaspora twiddling

This commit is contained in:
Bob Mottram 2014-07-25 17:23:34 +01:00
parent 1b2b0e18c1
commit 13666e5b3c
1 changed files with 5 additions and 6 deletions

View File

@ -7515,7 +7515,7 @@ monkeysphere-host publish-key
First install some dependencies:
#+BEGIN_SRC: bash
aptitude install build-essential libssl-dev libcurl4-openssl-dev libxml2-dev libxslt-dev imagemagick git-core redis-server curl libmysqlclient-dev libmagickwand-dev librtmp-dev libgnutls-dev libp11-kit-dev libp11-kit0 curl
aptitude install build-essential libssl-dev libcurl4-openssl-dev libxml2-dev libxslt-dev imagemagick git-core redis-server curl libmysqlclient-dev libmagickwand-dev librtmp-dev libgnutls-dev libp11-kit-dev libp11-kit0 curl gawk libreadline6-dev libyaml-dev sqlite3 libgdbm-dev libffi-dev
#+END_SRC
If there is trouble with dependencies select 'n' then 'y' to the solution.
@ -7530,15 +7530,14 @@ curl -L dspr.tk/1t | bash
echo "[[ -s \"$HOME/.rvm/scripts/rvm\" ]] && source \"$HOME/.rvm/scripts/rvm\"" >> ~/.bashrc
. ~/.bashrc
rvm autolibs read-only
rvm install 2.0.0-p353
git clone -b master git://github.com/diaspora/diaspora.git
rvm install ruby-2.0.0-p481
git clone https://github.com/diaspora/diaspora.git
cd diaspora
#+END_SRC
Select 'y' to trust /home/diaspora/diaspora/.rvmrc
#+BEGIN_SRC: bash
cp config/database.yml.example config/database.yml
cp config/diaspora.yml.example config/diaspora.yml
editor config/diaspora.yml
#+END_SRC
@ -7575,9 +7574,9 @@ Set *method* to *sendmail*
Set *exim_fix* to true.
Under *admins* set *account* to *podmaster*
Under *admins* set *account* to your username
Under *admins* set *podmin_email* to podmin@mydiasporadomainname.com
Under *admins* set *podmin_email* to your email address
Save and exit.