Update aufsetzen einer metager entwicklungsumgebung authored by Aria Givi's avatar Aria Givi
......@@ -16,15 +16,10 @@ Direkt neben dem "Fork" Button befindet sich eine Schaltfläche mit der Aufschri
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`
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`
......
......