Skip to content
Extraits de code Groupes Projets
Valider ef1d6672 rédigé par Maxwell Salzberg's avatar Maxwell Salzberg
Parcourir les fichiers

fix readme [ci skip]

parent 7ce18162
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -27,22 +27,19 @@ Before submitting code, feel free to sign our [Contributor License Agreement](ht ...@@ -27,22 +27,19 @@ Before submitting code, feel free to sign our [Contributor License Agreement](ht
Here's how you can get a development environment up and running. You can check out system-specific guides [here](https://github.com/diaspora/diaspora/wiki/Installation-Guides). Here's how you can get a development environment up and running. You can check out system-specific guides [here](https://github.com/diaspora/diaspora/wiki/Installation-Guides).
### Step 1: Download the script ### Step 1: Download the script
```wget https://raw.github.com/diaspora/diaspora/ec5289bd3b9b5608d339b28e1e30272f380a9211/script/install.sh ```curl https://raw.github.com/diaspora/diaspora/ec5289bd3b9b5608d339b28e1e30272f380a9211/script/install.sh | /bin/sh
``` ```
### Step 2: Set permissions and run ### Step 2: Follow the instructions
```chmod +x install.sh && install.sh
```
### Step 3: Follow the instructions
### Step 4: Run the test server ### Step 3: Run the the development server
```rails s ```rails s
``` ```
then visit 'http://localhost:3000' in your browser.
### Step 5: Run tests ### Step 4: Run tests
```rake tests ```rake
``` ```
## Resources: ## Resources:
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter