Merge branch 'master' of github.com:diaspora/diaspora
This commit is contained in:
commit
791fb5b120
4 changed files with 295 additions and 64 deletions
|
|
@ -12,30 +12,30 @@ de:
|
|||
|
||||
devise:
|
||||
failure:
|
||||
unauthenticated: 'Du musst dich anmelden oder registrieren um fortzufahren.'
|
||||
unconfirmed: 'Du musst dein Konto bestätigen um fortzufahren.'
|
||||
locked: 'Dein Konto ist gesperrt.'
|
||||
invalid: 'Ungültige E-Mail-Adresse oder Passwort.'
|
||||
invalid_token: 'Ungültiger Authentifizierungstoken.'
|
||||
timeout: 'Deine Sitzung ist abgelaufen, bitte melde dich erneut an um fortzufahren.'
|
||||
inactive: 'Dein Konto wurde noch nicht aktiviert.'
|
||||
unauthenticated: "Du musst dich anmelden oder registrieren um fortzufahren."
|
||||
unconfirmed: "Du musst dein Konto bestätigen um fortzufahren."
|
||||
locked: "Dein Konto ist gesperrt."
|
||||
invalid: "Ungültige E-Mail-Adresse oder Passwort."
|
||||
invalid_token: "Ungültiger Authentifizierungstoken."
|
||||
timeout: "Deine Sitzung ist abgelaufen, bitte melde dich erneut an um fortzufahren."
|
||||
inactive: "Dein Konto wurde noch nicht aktiviert."
|
||||
sessions:
|
||||
signed_in: 'Erfolgreich angemeldet.'
|
||||
signed_out: 'Erfolgreich abgemeldet.'
|
||||
signed_in: "Erfolgreich angemeldet."
|
||||
signed_out: "Erfolgreich abgemeldet."
|
||||
passwords:
|
||||
send_instructions: 'Du wirst in ein paar Minuten eine E-Mail erhalten, die beschreibt, wie du dein Passwort zurücksetzt.'
|
||||
updated: 'Dein Passwort wurde erfolgreich geändert. Du bist nun angemeldet.'
|
||||
send_instructions: "Du wirst in ein paar Minuten eine E-Mail erhalten, die beschreibt, wie du dein Passwort zurücksetzt."
|
||||
updated: "Dein Passwort wurde erfolgreich geändert. Du bist nun angemeldet."
|
||||
confirmations:
|
||||
send_instructions: 'Du wirst in ein paar Minuten eine E-Mail erhalten, die beschreibt, wie du dein Konto bestätigst.'
|
||||
confirmed: 'Dein Konto wurde erfolgreich bestätigt. Du bist nun angemeldet.'
|
||||
send_instructions: "Du wirst in ein paar Minuten eine E-Mail erhalten, die beschreibt, wie du dein Konto bestätigst."
|
||||
confirmed: "Dein Konto wurde erfolgreich bestätigt. Du bist nun angemeldet."
|
||||
registrations:
|
||||
signed_up: 'Du hast dich erfolgreich registriert. Sofern aktiviert, wurde dir eine Bestätigung per E-Mail gesendet.'
|
||||
updated: 'Dein Konto wurde aktualisiert.'
|
||||
destroyed: 'Tschüss! Dein Konto wurde erfolgreich gekündigt. Wir hoffen dich bald wiederzusehen.'
|
||||
signed_up: "Du hast dich erfolgreich registriert. Sofern aktiviert, wurde dir eine Bestätigung per E-Mail gesendet."
|
||||
updated: "Dein Konto wurde aktualisiert."
|
||||
destroyed: "Tschüss! Dein Konto wurde erfolgreich gekündigt. Wir hoffen dich bald wiederzusehen."
|
||||
unlocks:
|
||||
send_instructions: 'Du wirst in ein paar Minuten eine E-Mail erhalten, die beschreibt, wie du dein Konto entsperren kannst.'
|
||||
unlocked: 'Dein Konto wurde erfolgreich entsperrt. Du bist nun angemeldet.'
|
||||
send_instructions: "Du wirst in ein paar Minuten eine E-Mail erhalten, die beschreibt, wie du dein Konto entsperren kannst."
|
||||
unlocked: "Dein Konto wurde erfolgreich entsperrt. Du bist nun angemeldet."
|
||||
mailer:
|
||||
confirmation_instructions: 'Instruktionen zur Bestätigung'
|
||||
reset_password_instructions: 'Instruktionen zum Zurücksetzen des Passworts'
|
||||
unlock_instructions: 'Instruktionen zum Entsperren'
|
||||
confirmation_instructions: "Instruktionen zur Bestätigung"
|
||||
reset_password_instructions: "Instruktionen zum Zurücksetzen des Passworts"
|
||||
unlock_instructions: "Instruktionen zum Entsperren"
|
||||
|
|
|
|||
|
|
@ -14,15 +14,15 @@ de:
|
|||
new_requests: "neue Anfrage"
|
||||
dashboards:
|
||||
helper:
|
||||
home: "home"
|
||||
home: "Startseite"
|
||||
error_messages:
|
||||
helper:
|
||||
invalid_fields: "Ungültige Felder"
|
||||
correct_the_following_errors_and_try_again: "Korrigiere die folgenden Fehler und probier es erneut."
|
||||
correct_the_following_errors_and_try_again: "Korrigiere die folgenden Fehler und probiere es erneut."
|
||||
people:
|
||||
helper:
|
||||
results_for: " resultados para %{params}"
|
||||
people_on_pod_are_aware_of: " gente en pod estan al tanto de "
|
||||
results_for: " Resultate für %{params}"
|
||||
people_on_pod_are_aware_of: " people on pod are aware of"
|
||||
layouts:
|
||||
application:
|
||||
edit_profile: "Profil bearbeiten"
|
||||
|
|
@ -85,19 +85,19 @@ de:
|
|||
add_a_new_aspect: "Neuen Aspekt erstellen"
|
||||
create: "Erstellen"
|
||||
create:
|
||||
success: "Klicke auf das Plus auf der rechten Seite um Diaspora mitzuteilen wer deinen neuen Aspekt sehen kann."
|
||||
success: "Klicke auf das Plus auf der linken Seite um Diaspora mitzuteilen wer deinen neuen Aspekt sehen kann."
|
||||
destroy:
|
||||
success: "%{name} wurde erfolgreich gelöscht."
|
||||
update:
|
||||
success: "Dein Aspekt, %{name}, wurde erfolgreich geändert."
|
||||
move_friends:
|
||||
failure: "Aspect editing failed for friend %{real_name}."
|
||||
failure: "Ändern des Aspekts für deinen Freund %{real_name} fehlgeschlagen."
|
||||
success: "Aspekt erfolgreich geändert."
|
||||
move_friend:
|
||||
error: "didn't work %{inspect}"
|
||||
notice: "You are now showing your friend a different aspect of yourself."
|
||||
notice: "Du zeigst deinem Freund jetzt einen anderen Aspekt von dir."
|
||||
helper:
|
||||
remove: "remove"
|
||||
remove: "entfernen"
|
||||
aspect_not_empty: "Aspekt ist nicht leer"
|
||||
users:
|
||||
edit:
|
||||
|
|
@ -109,8 +109,8 @@ de:
|
|||
picture: "Bild"
|
||||
editing_profile: "Profil bearbeiten"
|
||||
albums: "Alben"
|
||||
you_dont_have_any_photos: "#TODO"
|
||||
page_to_upload_some: "#TODO"
|
||||
you_dont_have_any_photos: "Du hast keine Fotos! Gehe auf die"
|
||||
page_to_upload_some: "Seite um welche hochzuladen."
|
||||
comments:
|
||||
comment:
|
||||
# this won't work in german at all. Needs more thorough I18n
|
||||
|
|
@ -132,18 +132,18 @@ de:
|
|||
delete_photo: "Foto löschen"
|
||||
photo:
|
||||
show_comments: "Kommentare anzeigen"
|
||||
posted_a_new_photo_to: "posted a new photo to"
|
||||
posted_a_new_photo_to: "neues Foto veröffentlicht bei"
|
||||
new:
|
||||
new_photo: "Foto erstellen"
|
||||
back_to_list: "Zurück zur Liste"
|
||||
post_it: "Hochladen"
|
||||
create:
|
||||
runtime_error: "Photo upload failed. Are you sure that your seatbelt is fastened?"
|
||||
integrity_error: "Photo upload failed. Are you sure that was an image?"
|
||||
type_error: "Photo upload failed. Are you sure an image was added?"
|
||||
runtime_error: "Hochladen eines Fotos fehlgeschlagen. Bist du sicher, dass dein Sicherheitsgurt befestigt ist?"
|
||||
integrity_error: "Hochladen eines Fotos fehlgeschlagen. Bist du sicher, dass das ein Bild war?"
|
||||
type_error: "Hochladen eines Fotos fehlgeschlagen. Bist du sicher, dass ein Bild hinzugefügt wurde?"
|
||||
update:
|
||||
notice: "Foto erfolgreich aktualisiert."
|
||||
error: "Failed to edit photo."
|
||||
error: "Ändern des Fotos fehlgeschlagen."
|
||||
destroy:
|
||||
notice: "Foto gelöscht."
|
||||
registrations:
|
||||
|
|
@ -154,7 +154,7 @@ de:
|
|||
status_messages:
|
||||
new_status_message:
|
||||
tell_me_something_good: "Erzähl' mir was schönes!"
|
||||
oh_yeah: "Hey, super!"
|
||||
oh_yeah: "Oh, super!"
|
||||
status_message:
|
||||
show_comments: "Kommentare anzeigen"
|
||||
delete: "Löschen"
|
||||
|
|
@ -166,32 +166,41 @@ de:
|
|||
destroy: "Löschen"
|
||||
view_all: "Alle anzeigen"
|
||||
message: "Nachricht"
|
||||
owner: "Besitzer"
|
||||
owner: "Eigentümer"
|
||||
helper:
|
||||
no_message_to_display: "No message to display."
|
||||
no_message_to_display: "Keine Nachricht zum anzeigen."
|
||||
people:
|
||||
person:
|
||||
add_friend: "Freund hinzufügen"
|
||||
pending_request: "Anfrage ausstehend"
|
||||
index:
|
||||
add_friend: "Freund hinzufügen"
|
||||
real_name: "real name"
|
||||
real_name: "Echter Name"
|
||||
diaspora_handle: "diaspora handle"
|
||||
thats_you: "das bist du!"
|
||||
friend_request_pending: "Freundschaftsanfrage ausstehend"
|
||||
you_have_a_friend_request_from_this_person: "du hast eine Freundschaftsanfrage von dieser Person"
|
||||
friend_request_pending: "Ausstehende Freundschaftsanfrage"
|
||||
you_have_a_friend_request_from_this_person: "Du hast eine Freundschaftsanfrage von dieser Person"
|
||||
new:
|
||||
new_person: "Neue Person"
|
||||
back_to_list: "Zurück zur Liste"
|
||||
show:
|
||||
last_seen: "zuletzt gesehen: %{how_long_ago}"
|
||||
friends_since: "Freunde seit: %{how_long_ago}"
|
||||
save: "save"
|
||||
save: "speichern"
|
||||
are_you_sure: "Bist du sicher?"
|
||||
remove_friend: "remove friend"
|
||||
remove_friend: "Freund entfernen"
|
||||
requests:
|
||||
new_request:
|
||||
add_a_new_friend_to: "Add a new friend to"
|
||||
enter_a_diaspora_username: "Gebe einen Diaspora Benutzernamen ein:"
|
||||
your_diaspora_username_is: "Dein Diaspora Benutzername ist: %{diaspora_handle}"
|
||||
friends_username: "Freundes Benutzername"
|
||||
destroy:
|
||||
success: "Ihr seid jetzt Freunde."
|
||||
error: "Bitte wähle einen Aspekt aus!"
|
||||
ignore: "Freundschaftsanfrage ignorieren."
|
||||
create:
|
||||
error: "No diaspora seed found with this email!"
|
||||
error: "Kein Diaspora-Seed in dieser E-Mail gefunden!"
|
||||
already_friends: "Du bist bereits mit %{destination_url} befreundet!"
|
||||
success: "Eine Freundschaftsanfrage wurde an %{destination_url} gesendet."
|
||||
horribly_wrong: "Etwas ging tierisch schief."
|
||||
|
|
|
|||
|
|
@ -7,4 +7,199 @@
|
|||
# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
|
||||
|
||||
it:
|
||||
hello: "Ciao Mondo"
|
||||
hello: "Ciao mondo"
|
||||
application:
|
||||
helper:
|
||||
unknown_person: "persona sconosciuta"
|
||||
new_requests: "nuove richieste"
|
||||
dashboards:
|
||||
helper:
|
||||
home: "home"
|
||||
error_messages:
|
||||
helper:
|
||||
invalid_fields: "Campi non validi"
|
||||
correct_the_following_errors_and_try_again: "Correggi i seguenti errori e riprova."
|
||||
people:
|
||||
helper:
|
||||
results_for: " risultati per %{params}"
|
||||
people_on_pod_are_aware_of: " people on pod are aware of"
|
||||
layouts:
|
||||
application:
|
||||
edit_profile: "modifica profilo"
|
||||
logout: "disconnetti"
|
||||
shared:
|
||||
aspect_nav:
|
||||
all_aspects: "Tutti gli Aspetti"
|
||||
manage: "Gestisci"
|
||||
manage_your_aspects: "Gestisci i tuoi Aspetti"
|
||||
sub_header:
|
||||
all_aspects: "Tutti gli Aspetti"
|
||||
manage_aspects: "Gestisci Aspetti"
|
||||
publisher:
|
||||
share: "Condividi"
|
||||
aspect_friends:
|
||||
add_friends: "aggiungi amici"
|
||||
albums:
|
||||
album:
|
||||
you: "tu"
|
||||
new_album:
|
||||
create: "crea"
|
||||
add_a_new_album: "Aggiungi un nuovo album"
|
||||
show:
|
||||
edit_album: "Modifica album"
|
||||
albums: "album"
|
||||
updated: "aggiornato"
|
||||
by: "da"
|
||||
edit:
|
||||
editing: "Modifica"
|
||||
updated: "aggiornato"
|
||||
are_you_sure: "Sei sicuro?"
|
||||
delete_album: "Elimina album"
|
||||
cancel: "Annulla"
|
||||
index:
|
||||
home: "home"
|
||||
new_album: "Nuovo album"
|
||||
create:
|
||||
success: "Hai creato un album chiamato %{name}."
|
||||
update:
|
||||
success: "L'album %{name} è stato modificato."
|
||||
failure: "Modifica dell'album %{name} fallita."
|
||||
destroy:
|
||||
success: "L'album %{name} è stato eliminato."
|
||||
helper:
|
||||
friends_albums: "Album degli amici"
|
||||
your_albums: "I tuoi album"
|
||||
aspects:
|
||||
index:
|
||||
photos: "foto"
|
||||
show:
|
||||
photos: "foto"
|
||||
manage:
|
||||
add_a_new_aspect: "Aggiungi un nuovo aspetto"
|
||||
add_a_new_friend: "Aggiungi un nuovo amico"
|
||||
show: "Mostra"
|
||||
update_aspects: "Aggiorna Aspetti"
|
||||
requests: "Richieste"
|
||||
ignore_remove: "Ignora/Rimuovi"
|
||||
new_aspect:
|
||||
add_a_new_aspect: "Aggiungi un nuovo aspetto"
|
||||
create: "Crea"
|
||||
create:
|
||||
success: "Clicca sul segno "più" nella parte sinistra per dire a Diaspora chi può vedere il tuo nuovo aspetto."
|
||||
destroy:
|
||||
success: "%{name} è stato rimosso con successo."
|
||||
update:
|
||||
success: "Il tuo aspetto, %{name}, è stato modificato con successo."
|
||||
move_friends:
|
||||
failure: "Modifica dell'aspetto fallita per l'amico %{real_name}."
|
||||
success: "Aspetti modificati con successo."
|
||||
move_friend:
|
||||
failure: "non ha funzionato %{inspect}"
|
||||
success: "Adesso stai mostrando al tuo amico un aspetto differente di te stesso."
|
||||
helper:
|
||||
remove: "rimuovi"
|
||||
aspect_not_empty: "Aspetto non vuoto"
|
||||
users:
|
||||
edit:
|
||||
cancel: "Annulla"
|
||||
update_profile: "Aggiorna profilo"
|
||||
home: "Home"
|
||||
diaspora_username: "NOME UTENTE DIASPORA"
|
||||
info: "Info"
|
||||
picture: "Immagine"
|
||||
editing_profile: "Modifica del profilo"
|
||||
albums: "Album"
|
||||
you_dont_have_any_photos: "Non hai nessuna foto! Vai alla pagina"
|
||||
page_to_upload_some: "per caricarne qualcuna."
|
||||
comments:
|
||||
comment:
|
||||
ago: "fa"
|
||||
new_comment:
|
||||
comment: "Commento"
|
||||
photos:
|
||||
show:
|
||||
prev: "indietro"
|
||||
full_size: "dimensione intera"
|
||||
next: "avanti"
|
||||
edit_photo: "Modifica foto"
|
||||
delete_photo: "Elimina foto"
|
||||
are_you_sure: "Sei sicuro?"
|
||||
comments: "commenti"
|
||||
edit:
|
||||
editing: "Modifica"
|
||||
are_you_sure: "Sei sicuro?"
|
||||
delete_photo: "Elimina foto"
|
||||
photo:
|
||||
show_comments: "mostra commenti"
|
||||
posted_a_new_photo_to: "ha caricato una nuova foto in"
|
||||
new:
|
||||
new_photo: "Nuova foto"
|
||||
back_to_list: "Torna all'elenco"
|
||||
post_it: "inseriscila!"
|
||||
create:
|
||||
runtime_error: "Caricamento della foto fallito. Sei sicuro che la tua cintura di sicurezza è allacciata?"
|
||||
integrity_error: "Caricamento della foto fallito. Sei sicuro che era un'immagine?"
|
||||
type_error: "Caricamento della foto fallito. Sei sicuro di aver aggiunto un'immagine?"
|
||||
update:
|
||||
notice: "Foto aggiornata con successo."
|
||||
error: "Modifica della foto fallita."
|
||||
destroy:
|
||||
notice: "Foto eliminata."
|
||||
registrations:
|
||||
new:
|
||||
sign_up: "Iscriviti"
|
||||
create:
|
||||
success: "Ti sei unito a Diaspora!"
|
||||
status_messages:
|
||||
new_status_message:
|
||||
tell_me_something_good: "dimmi qualcosa di buono"
|
||||
oh_yeah: "oh si!"
|
||||
status_message:
|
||||
show_comments: "mostra commenti"
|
||||
delete: "Elimina"
|
||||
are_you_sure: "Sei sicuro?"
|
||||
show:
|
||||
status_message: "Messaggio di stato"
|
||||
comments: "commenti"
|
||||
are_you_sure: "Sei sicuro?"
|
||||
destroy: "Distruggi"
|
||||
view_all: "Vedi tutto"
|
||||
message: "Messaggio"
|
||||
owner: "Proprietario"
|
||||
helper:
|
||||
no_message_to_display: "Nessun messaggio da visualizzare."
|
||||
people:
|
||||
person:
|
||||
add_friend: "aggiungi amico"
|
||||
pending_request: "richiesta in sospeso"
|
||||
index:
|
||||
add_friend: "aggiungi amico"
|
||||
real_name: "nome reale"
|
||||
diaspora_handle: "diaspora handle"
|
||||
thats_you: "sei tu!"
|
||||
friend_request_pending: "richiesta d'amicizia in sospeso"
|
||||
you_have_a_friend_request_from_this_person: "hai una richiesta d'amicizia da questa persona"
|
||||
new:
|
||||
new_person: "Nuova persona"
|
||||
back_to_list: "Torna all'elenco"
|
||||
show:
|
||||
last_seen: "ultima visualizzazione: %{how_long_ago}"
|
||||
friends_since: "amici da: %{how_long_ago}"
|
||||
save: "salva"
|
||||
are_you_sure: "Sei sicuro?"
|
||||
remove_friend: "rimuovi amico"
|
||||
requests:
|
||||
new_request:
|
||||
add_a_new_friend_to: "Aggiungi un amico a"
|
||||
enter_a_diaspora_username: "Inserisci un nome utente Diaspora:"
|
||||
your_diaspora_username_is: "Il tuo nome utente Diaspora è: %{diaspora_handle}"
|
||||
friends_username: "nome utente dell'amico"
|
||||
destroy:
|
||||
success: "Adesso siete amici."
|
||||
error: "Seleziona un aspetto!"
|
||||
ignore: "Ignora richiesta di amicizia."
|
||||
create:
|
||||
error: "Nessun seed Diaspora trovato con questa email!"
|
||||
already_friends: "Sei già amico con %{destination_url}!"
|
||||
success: "Una richiesta di amicizia è stata inviata a %{destination_url}."
|
||||
horribly_wrong: "Qualcosa è andato orribilmente storto."
|
||||
|
|
|
|||
63
ubuntu-setup.bash
Normal file → Executable file
63
ubuntu-setup.bash
Normal file → Executable file
|
|
@ -1,14 +1,25 @@
|
|||
#!/bin/bash
|
||||
# Author : hemanth.hm@gmail.com
|
||||
# Site : www.h3manth.com
|
||||
# Contributions from: Mackenzie Morgan (maco) and Daniel Thomas (drt24)
|
||||
# This script helps to setup diaspora.
|
||||
#
|
||||
# Copyright (c) 2010, Diaspora Inc. This file is
|
||||
# licensed under the Affero General Public License version 3. See
|
||||
# the COPYRIGHT file.
|
||||
|
||||
|
||||
# Set extented globbing
|
||||
shopt -s extglob
|
||||
|
||||
# Check if the user has sudo privileges.
|
||||
[[ $( id -u) ]] && echo "$(whoami) has no sudo permissions on this machine" && exit 1
|
||||
sudo -v >/dev/null 2>&1 || { echo $(whoami) has no sudo privileges ; exit 1; }
|
||||
|
||||
# Check if universal repository is enabled
|
||||
grep -i universe /etc/apt/sources.list > /dev/null || { echo "Please enable universe repository" ; exit 1 ; }
|
||||
|
||||
# Check if wget is installed
|
||||
test wget || echo "Installing wget.." && sudo apt-get install wget && echo "Installed wget.."
|
||||
|
||||
# Install build tools
|
||||
echo "Installing build tools.."
|
||||
|
|
@ -54,31 +65,47 @@ echo "Installed git-core.."
|
|||
# Setting up ruby gems
|
||||
echo "Fetching and installing ruby gems.."
|
||||
(
|
||||
echo "."
|
||||
cd /tmp
|
||||
wget http://production.cf.rubygems.org/rubygems/rubygems-1.3.7.tgz
|
||||
echo "."
|
||||
tar -xf rubygems-1.3.7.tgz
|
||||
echo "."
|
||||
cd rubygems-1.3.7
|
||||
echo "."
|
||||
sudo ruby setup.rb
|
||||
echo "."
|
||||
sudo ln -s /usr/bin/gem1.8 /usr/bin/gem
|
||||
echo "."
|
||||
RELEASE=$(lsb_release -c | cut -f2)
|
||||
if [ RELEASE == "maverick" ]
|
||||
then
|
||||
sudo apt-get install --no-install-recommends -y rubygems
|
||||
sudo ln -s /var/lib/gems/1.8/bin/bundle /usr/local/bin/bundle #for PATH
|
||||
elif [ RELEASE == "lucid" ]
|
||||
then
|
||||
sudo add-apt-repository ppa:maco.m/ruby
|
||||
sudo apt-get update
|
||||
sudo apt-get install --no-install-recommends -y rubygems
|
||||
sudo ln -s /var/lib/gems/1.8/bin/bundle /usr/local/bin/bundle #for PATH
|
||||
else
|
||||
# Old version
|
||||
echo "."
|
||||
cd /tmp
|
||||
wget http://production.cf.rubygems.org/rubygems/rubygems-1.3.7.tgz
|
||||
echo "."
|
||||
tar -xf rubygems-1.3.7.tgz
|
||||
echo "."
|
||||
cd rubygems-1.3.7
|
||||
echo "."
|
||||
sudo ruby setup.rb
|
||||
echo "."
|
||||
sudo ln -s /usr/bin/gem1.8 /usr/bin/gem
|
||||
echo "."
|
||||
fi
|
||||
)
|
||||
echo "Done installing the gems.."
|
||||
|
||||
# Install blunder
|
||||
echo "Installing blunder.."
|
||||
# Install bundler
|
||||
echo "Installing bundler.."
|
||||
sudo gem install bundler
|
||||
echo "Installed blunder.."
|
||||
echo "Installed bundler.."
|
||||
|
||||
# Take a clone of Diaspora
|
||||
(
|
||||
echo "Clone diaspora source.."
|
||||
git clone http://github.com/diaspora/diaspora.git
|
||||
|
||||
# Check if the user is already in a cloned source if not clone the source
|
||||
[[ $( basename $PWD ) == "diaspora" ]] && echo "Already in diaspora directory" || git clone http://github.com/diaspora/diaspora.git ; cd diaspora
|
||||
echo "Cloned the source.."
|
||||
|
||||
# Install extra gems
|
||||
cd diaspora
|
||||
echo "Installing more gems.."
|
||||
|
|
|
|||
Loading…
Reference in a new issue