Revision [708]
This is an old revision of ConfigStratoServer made by WojciechLisiewicz on 2015-02-24 18:12:45.
config of new start server
1. install "lampp"
- sudo apt-get install apache2 libapache2-mod-php5 php5 php5-mysql mysql-server
- Details see this page
2. Make a dump of old mysql-databases
mysqldump -u NUTZERNAME -p DATENBANKNAME > myfile.sql (nach Aufforderung das Nutzerpasswort eingeben)
2. Config virtual hosts and domains
???