Talk:Installation/DreamHost: Difference between revisions

From diaspora* project wiki
(Rough in progress of sorting this out)
(No difference)

Revision as of 05:35, 5 June 2017

You need to create a new database for diaspora from dreamhost panel. Bundler

To install Bundler, run the following:

  $ gem install bundler 

$ gem install bundler ERROR: While executing gem ... (Errno::EACCES)

   Permission denied - /var/lib/gems

[ps581744]$ gem install bundler ERROR: While executing gem ... (Errno::EACCES)

   Permission denied - /var/lib/gems


Redis (what's this it isn't clear what it is or what it does)

To install Redis follow these steps (you can skip this step if you are going to use single_process_mode):

  $ wget http://redis.googlecode.com/files/redis-2.4.5.tar.gz

??? wget http://download.redis.io/releases/redis-3.2.9.tar.gz

  $ tar -zxvf redis-2.4.5.tar.gz

??? $ tar -zxvf redis-3.2.9.tar.gz

  $ cd redis-2.4.5

??? $ cd redis-3.2.9

  $ cd src; make PREFIX=$HOME/redis
  $ make PREFIX=$HOME/redis install
  $ ~/.gems/bin/bundle