Procházet zdrojové kódy

Diaspora twiddling

Bob Mottram před 11 roky
rodič
revize
13666e5b3c
1 změnil soubory, kde provedl 5 přidání a 6 odebrání
  1. 5
    6
      beaglebone.txt

+ 5
- 6
beaglebone.txt Zobrazit soubor

@@ -7515,7 +7515,7 @@ monkeysphere-host publish-key
7515 7515
 First install some dependencies:
7516 7516
 
7517 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 7519
 #+END_SRC
7520 7520
 
7521 7521
 If there is trouble with dependencies select 'n' then 'y' to the solution.
@@ -7530,15 +7530,14 @@ curl -L dspr.tk/1t | bash
7530 7530
 echo "[[ -s \"$HOME/.rvm/scripts/rvm\" ]] && source \"$HOME/.rvm/scripts/rvm\"" >> ~/.bashrc
7531 7531
 . ~/.bashrc
7532 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 7535
 cd diaspora
7536 7536
 #+END_SRC
7537 7537
 
7538 7538
 Select 'y' to trust /home/diaspora/diaspora/.rvmrc
7539 7539
 
7540 7540
 #+BEGIN_SRC: bash
7541
-cp config/database.yml.example config/database.yml
7542 7541
 cp config/diaspora.yml.example config/diaspora.yml
7543 7542
 editor config/diaspora.yml
7544 7543
 #+END_SRC
@@ -7575,9 +7574,9 @@ Set *method* to *sendmail*
7575 7574
 
7576 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 7581
 Save and exit.
7583 7582