genauere Installationsanweisung
This commit is contained in:
parent
ab8236da0f
commit
6916af8cd1
1 changed files with 8 additions and 6 deletions
|
@ -12,7 +12,9 @@ Diese Anleitung geht davon aus das du SSH-Zugriff auf deinen Server hast. Wenn d
|
||||||
|
|
||||||
1. Das [Repo](https://phablab.krautspace.de/diffusion/C/calcifer.git) irgendwo hin clonen
|
1. Das [Repo](https://phablab.krautspace.de/diffusion/C/calcifer.git) irgendwo hin clonen
|
||||||
2. In das calcifer Verzeichnis wechseln.
|
2. In das calcifer Verzeichnis wechseln.
|
||||||
3. composer install
|
3. Abhängigkeiten installieren
|
||||||
|
1. composer herunterladen ```curl -sS https://getcomposer.org/installer | php```
|
||||||
|
2. Installation ausführen: ```php composer.phar install```
|
||||||
4. Im Verzeichnis app/config die Datei parameters.yml.dist nach parameters.yml kopieren und anpassen.
|
4. Im Verzeichnis app/config die Datei parameters.yml.dist nach parameters.yml kopieren und anpassen.
|
||||||
5. Dann die Tabellen erstellen: php app/console doctrine:schema:create
|
5. Dann die Tabellen erstellen: php app/console doctrine:schema:create
|
||||||
6. Zum Schluss must du noch deinen Webserver [konfigurieren](http://symfony.com/doc/current/cookbook/configuration/web_server_configuration.html) und dann ist calcifer auch schon erreichbar.
|
6. Zum Schluss must du noch deinen Webserver [konfigurieren](http://symfony.com/doc/current/cookbook/configuration/web_server_configuration.html) und dann ist calcifer auch schon erreichbar.
|
Reference in a new issue