Solution Stack
XAMPP
WAMP, LAMP (Linux, Apache HTTP Server, MySQL, PHP)
To downgrade PHP from 7.1.1 to 5.6:
- https://sourceforge.net/projects/xampp/files/XAMPP%20Windows/5.6.36/
- Download and extract xampp-win32-5.6.36-0-VC11.zip
- Rename the php and apache folder present in C:\xampp to back them up
- Copy the php and apache folder from the extracted zip file to C:\xampp
- Add “C:” before \xampp\ to the php.ini file in the php folder
- It is okay to start XAMPP now
sudo tar xvfz xampp-linux-1.7.3a.tar.gz -C /opt
sudo chown sif:users /opt/lampp/htdocs
sudo chown sif:users /opt/lampp/etc/php.ini
Reminder, if you are backing up, just backup the following:
- Backup databases.
- Backup all files in /opt/lampp/htdocs except the folders webalizer / xampp.
MERN
- MongoDB
- Express.js
- React
- Node.js
MEAN
- MongoDB
- Express.js
- Angular
- Node.js
solution_stack
]