Browse Source

Diaspora twiddling

Bob Mottram 11 years ago
parent
commit
13666e5b3c
1 changed files with 5 additions and 6 deletions
  1. 5
    6
      beaglebone.txt

+ 5
- 6
beaglebone.txt View File

7515
 First install some dependencies:
7515
 First install some dependencies:
7516
 
7516
 
7517
 #+BEGIN_SRC: bash
7517
 #+BEGIN_SRC: bash
7518
-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
7518
+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
7519
 #+END_SRC
7519
 #+END_SRC
7520
 
7520
 
7521
 If there is trouble with dependencies select 'n' then 'y' to the solution.
7521
 If there is trouble with dependencies select 'n' then 'y' to the solution.
7530
 echo "[[ -s \"$HOME/.rvm/scripts/rvm\" ]] && source \"$HOME/.rvm/scripts/rvm\"" >> ~/.bashrc
7530
 echo "[[ -s \"$HOME/.rvm/scripts/rvm\" ]] && source \"$HOME/.rvm/scripts/rvm\"" >> ~/.bashrc
7531
 . ~/.bashrc
7531
 . ~/.bashrc
7532
 rvm autolibs read-only
7532
 rvm autolibs read-only
7533
-rvm install 2.0.0-p353
7534
-git clone -b master git://github.com/diaspora/diaspora.git
7533
+rvm install ruby-2.0.0-p481
7534
+git clone https://github.com/diaspora/diaspora.git
7535
 cd diaspora
7535
 cd diaspora
7536
 #+END_SRC
7536
 #+END_SRC
7537
 
7537
 
7538
 Select 'y' to trust /home/diaspora/diaspora/.rvmrc
7538
 Select 'y' to trust /home/diaspora/diaspora/.rvmrc
7539
 
7539
 
7540
 #+BEGIN_SRC: bash
7540
 #+BEGIN_SRC: bash
7541
-cp config/database.yml.example config/database.yml
7542
 cp config/diaspora.yml.example config/diaspora.yml
7541
 cp config/diaspora.yml.example config/diaspora.yml
7543
 editor config/diaspora.yml
7542
 editor config/diaspora.yml
7544
 #+END_SRC
7543
 #+END_SRC
7575
 
7574
 
7576
 Set *exim_fix* to true.
7575
 Set *exim_fix* to true.
7577
 
7576
 
7578
-Under *admins* set *account* to *podmaster*
7577
+Under *admins* set *account* to your username
7579
 
7578
 
7580
-Under *admins* set *podmin_email* to podmin@mydiasporadomainname.com
7579
+Under *admins* set *podmin_email* to your email address
7581
 
7580
 
7582
 Save and exit.
7581
 Save and exit.
7583
 
7582