Installation/Script: Difference between revisions

From diaspora* project wiki
m (Jhass moved page Installation/Development setup to Installation/Script over redirect)
(Note that the script got removed.)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Out of date}}
{{Note|The script got removed due to not being maintained and having bugs. You can try an alternative script at https://github.com/Raven24/diaspora-install}}
== Quick Start ==
== Quick Start ==


Line 8: Line 11:


   bash <(curl https://raw.githubusercontent.com/diaspora/diaspora/master/script/install.sh)
   bash <(curl https://raw.githubusercontent.com/diaspora/diaspora/master/script/install.sh)
Alternatively you can also try an experimental install script (written in Ruby): [https://github.com/Raven24/diaspora-install see here]


==== Step 2: Run the development server ====
==== Step 2: Run the development server ====
Line 25: Line 30:
Want a production setup? Having trouble with the installation script? Want to install diaspora* the slow way?
Want a production setup? Having trouble with the installation script? Want to install diaspora* the slow way?


Read the specific installation guides [http://wiki.diasporafoundation.org/Installation_guides here].
Read the specific installation guides [[Installation|here]].

Latest revision as of 13:19, 2 May 2015

Out of dateOut of date:This page's accuracy may be compromised due to out-of-date information. Please help improve the page by updating it. There may be additional information on the talk page.
NoteNote:The script got removed due to not being maintained and having bugs. You can try an alternative script at https://github.com/Raven24/diaspora-install

Quick Start

Here's how to get a development environment up and running. This is where any new pod runner should start, as well as anyone looking to contribute to diaspora*.

This script assumes you have a basic Rails setup installed.

Step 1: Run the script and follow the on screen instructions.

 bash <(curl https://raw.githubusercontent.com/diaspora/diaspora/master/script/install.sh)

Alternatively you can also try an experimental install script (written in Ruby): see here

Step 2: Run the development server

 rails s

then visit 'http://localhost:3000' in your browser.

Step 3 (for developers): Run tests

 rake

Step 4 (for everyone): Party!

Main installation guides

Want a production setup? Having trouble with the installation script? Want to install diaspora* the slow way?

Read the specific installation guides here.