Skip to content
GitLab
Explorer
Connexion
S'inscrire
Navigation principale
Rechercher ou aller à…
Projet
P
parlote-facil
Gestion
Activité
Membres
Labels
Programmation
Tickets
Tableaux des tickets
Jalons
Wiki
Code
Requêtes de fusion
Dépôt
Branches
Validations
Étiquettes
Graphe du dépôt
Comparer les révisions
Extraits de code
Compilation
Pipelines
Jobs
Planifications de pipeline
Artéfacts
Déploiement
Releases
Registre de paquets
Registre de conteneur
Registre de modèles
Opération
Environnements
Modules Terraform
Surveillance
Incidents
Analyse
Données d'analyse des chaînes de valeur
Analyse des contributeurs
Données d'analyse CI/CD
Données d'analyse du dépôt
Expériences du modèle
Aide
Aide
Support
Documentation de GitLab
Comparer les forfaits GitLab
Forum de la communauté
Contribuer à GitLab
Donner votre avis
Raccourcis clavier
?
Extraits de code
Groupes
Projets
Afficher davantage de fils d'Ariane
facil
parlote-facil
Validations
fae883df
Valider
fae883df
rédigé
il y a 12 ans
par
Maxwell Salzberg
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
comments for what I want this to be
parent
a1b4cae7
Aucune branche associée trouvée
Branches contenant la validation
Aucune étiquette associée trouvée
Étiquettes contenant la validation
Aucune requête de fusion associée trouvée
Modifications
1
Masquer les modifications d'espaces
En ligne
Côte à côte
Affichage de
1 fichier modifié
script/install.sh
+23
-1
23 ajouts, 1 suppression
script/install.sh
avec
23 ajouts
et
1 suppression
script/install.sh
+
23
−
1
Voir le fichier @
fae883df
#!/bin/bash
#MAKE ME BETTER
# see https://github.com/jamiew/git-friendly for more ideas
#maybe this should be two files
#one which includes cloning diaspora/diaspora, and one that assumes you already cloned it yourself
# maybe one script just calls another?
#other ideas what we could do
#1. check that you have ruby installed, if not, point to wiki page and exit
#2. check to see if we need sudo (generally, if it is a system ruby you need sudo, which you can check
# if which ruby is /usr/bin/ruby, or does not have rvm in the path)
#3 check if you have bundle installed and install it, and install with/without sudo if you need it
#check if you have mysql and/or postgres installed, point to wiki page if neither is found.
#(maybe even switch database.yml if this is the case?)
#make it work if you have just cloned diapsora and want a quick setup, or
#support magic install, like this http://docs.meteor.com/#quickstart
# echo "downloading diaspora"
#git clone git@github.com:diaspora/diaspora.git
...
...
@@ -19,4 +40,5 @@ bundle install
echo
"creating and migrating default database in config/database.yml. please wait..."
rake db:create db:migrate
--trace
echo
"It worked! now start your server in development mode with 'rails s'"
\ No newline at end of file
echo
"It worked! now start your server in development mode with 'rails s'"
exit
0
\ No newline at end of file
Ce diff est replié.
Cliquez pour l'agrandir.
Aperçu
0%
Chargement en cours
Veuillez réessayer
ou
joindre un nouveau fichier
.
Annuler
You are about to add
0
people
to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Enregistrer le commentaire
Annuler
Veuillez vous
inscrire
ou vous
se connecter
pour commenter