Diaspora twiddling
This commit is contained in:
parent
1b2b0e18c1
commit
13666e5b3c
|
@ -7515,7 +7515,7 @@ monkeysphere-host publish-key
|
||||||
First install some dependencies:
|
First install some dependencies:
|
||||||
|
|
||||||
#+BEGIN_SRC: bash
|
#+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
|
#+END_SRC
|
||||||
|
|
||||||
If there is trouble with dependencies select 'n' then 'y' to the solution.
|
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
|
echo "[[ -s \"$HOME/.rvm/scripts/rvm\" ]] && source \"$HOME/.rvm/scripts/rvm\"" >> ~/.bashrc
|
||||||
. ~/.bashrc
|
. ~/.bashrc
|
||||||
rvm autolibs read-only
|
rvm autolibs read-only
|
||||||
rvm install 2.0.0-p353
|
rvm install ruby-2.0.0-p481
|
||||||
git clone -b master git://github.com/diaspora/diaspora.git
|
git clone https://github.com/diaspora/diaspora.git
|
||||||
cd diaspora
|
cd diaspora
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
Select 'y' to trust /home/diaspora/diaspora/.rvmrc
|
Select 'y' to trust /home/diaspora/diaspora/.rvmrc
|
||||||
|
|
||||||
#+BEGIN_SRC: bash
|
#+BEGIN_SRC: bash
|
||||||
cp config/database.yml.example config/database.yml
|
|
||||||
cp config/diaspora.yml.example config/diaspora.yml
|
cp config/diaspora.yml.example config/diaspora.yml
|
||||||
editor config/diaspora.yml
|
editor config/diaspora.yml
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
@ -7575,9 +7574,9 @@ Set *method* to *sendmail*
|
||||||
|
|
||||||
Set *exim_fix* to true.
|
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.
|
Save and exit.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue