Update aufsetzen einer metager entwicklungsumgebung authored by Aria Givi's avatar Aria Givi
......@@ -15,11 +15,11 @@ Direkt neben dem "Fork" Button befindet sich eine Schaltfläche mit der Aufschri
1. Git: `> sudo apt install git`
2. Composer: `> sudo apt install composer`
3. PHP7.0:
3.1. `> sudo apt install php7.0`
3.2. `> sudo apt install php7.0-mbstring`
3.3 `> sudo apt install php7.0-dom`
3.4 `> sudo apt install php7.0-xml`
3.5 `> sudo apt install php7.0-zip`
3.1. `> sudo apt install php`
3.2. `> sudo apt install php-mbstring`
3.3 `> sudo apt install php-dom`
3.4 `> sudo apt install php-xml`
3.5 `> sudo apt install php-zip`
4. Redis: `> sudo apt install redis-server`
5. NodeJS: `curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs`
......
......