Skip to content

Commit

Permalink
Renamed installation script to prevent uploading personal credentials…
Browse files Browse the repository at this point in the history
… + updated instructions and .gitignore.
  • Loading branch information
ccamara committed Mar 27, 2015
1 parent de7fbae commit 4bf9c62
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
#################
docroot

# User files #
##############
drupalcatinstall.sh

# OS generated files #
######################
.DS_Store*
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ Aquest repositori té el codi del web [drupal.cat](http://drupal.cat), realitzat

## Instruccions d'instal·lació

### Instal·lació automàtitzada

1. Fer un fork d'aquest repositori
2. Clonar el fork d'aquest repositori
3. Accedir dins la carpeta drupalcat creada per defecte `cd drupalcat`
4. Copiar el fitxer `drupalcatinstall.sh.example` i anomenar-lo `drupalcatinstall.sh` executant la comanda `cp drupalcatinstall.sh.example drupalcatinstall.sh`
5. Editar el fitxer `drupalcatinstall.shp` amb les dades de la vostra base de dades.
6. Executar el fitxer `drupalcatinstall.shp` amb la comanda `./drupalcatinstall.shp`

### Instal·lació manual
1. Clonar aquest repositori `git clone [email protected]:Drupalcat/drupalcat.git`
2. Accedir dins la carpeta drupalcat creada per defecte `cd drupalcat`
3. Executar l'arxiu drupalcat.make des de drush i fer que es descarregui a la carpeta docroot (exclosa del repositori): `drush make drupalcat.make docroot`
Expand Down
File renamed without changes.

0 comments on commit 4bf9c62

Please sign in to comment.