forked from Drupalcat/drupalcat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Drupalcat#74 from ccamara/installation-script2
Prevent uploading local configuration in installation script
- Loading branch information
Showing
3 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.sh` amb les dades de la vostra base de dades. | ||
6. Executar el fitxer `drupalcatinstall.sh` amb la comanda `./drupalcatinstall.sh` | ||
|
||
### 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` | ||
|
File renamed without changes.