Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste ÜberarbeitungBeide Seiten der Revision
content:apache_phpfpm [2020/09/26 07:36] Danielcontent:apache_phpfpm [2020/09/26 09:19] – [Download some Project] Daniel
Zeile 302: Zeile 302:
 ==== Download some Project ==== ==== Download some Project ====
  
-To get the git-project, open a terminal, change to /srv/git and execute "git clone https://github.com/obel1x/ep3-bs.git".+To get the git-project, open a terminal, change to /srv/git and execute "git clone [[https://github.com/obel1x/ep3-bs.git|https://github.com/obel1x/ep3-bs.git"]].
  
-Than create the Apache configuration to point to that directory:+You should already be set to open the project in eclipse. If you rightclick on the Project, you can add Composer-support to automate the installation of composer-modules while setup of ep3.
  
 +Than create the Apache configuration to point to that directory:
 <code> <code>
  
-Alias /ep3 "/srv/git/ep3-bs/public/"\\ +Alias /ep3 "/srv/git/ep3-bs/public/" 
-<Directory "/srv/git/ep3-bs/">\\ +<Directory "/srv/git/ep3-bs/"> 
-require local\\ +require local 
-Options FollowSymLinks\\ +Options FollowSymLinks 
-AllowOverride All\\+AllowOverride All 
 +DirectoryIndex index.php
 </Directory> </Directory>
  
 </code> </code>
  
-After that, follow the instructions in [[https://github.com/tkrebs/ep3-bs/blob/master/data/docs/install.txt|https://github.com/tkrebs/ep3-bs/blob/master/data/docs/install.txt]].+After that, follow the instructions in [[https://github.com/tkrebs/ep3-bs/blob/master/data/docs/install.txt|https://github.com/tkrebs/ep3-bs/blob/master/data/docs/install.txt]]. Remember to use eclipse for installing composer-modules as written above!
  
 As Database you can create a new user (e.g. named ep3) with corresponid database and fill the configuration to fit. As Database you can create a new user (e.g. named ep3) with corresponid database and fill the configuration to fit.
  • content/apache_phpfpm.txt
  • Zuletzt geändert: 2023/10/01 10:24
  • von Daniel