Script Webseite Duplizieren / Testseite: Unterschied zwischen den Versionen
Aus revampedia
(9 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
− | |||
− | + | Modulares Script zum kopieren von Webseiten inkl. Datenbank. Nützlich um eine Test-Entwicklungsseite zu erstellen. | |
− | |||
− | |||
− | |||
− | |||
− | + | Automatische Anpassung von Joomla Config. | |
− | |||
− | |||
=== Script === | === Script === | ||
− | |||
− | |||
Code on github: https://github.com/rebootl/website-copy/ | Code on github: https://github.com/rebootl/website-copy/ | ||
− | + | Siehe auch Readme dort. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | === Anwendung revamp-it === | |
− | + | Anwendung zum erstellen von Testseite auf flunder-web siehe: [[Intern:Revamp-it.ch_auf_flunder-web#Testseite]] | |
− | |||
− | |||
− | + | Anwendung auf Test-/Entwicklunsserver delfin-web. Anleitung, Beispiel: [[Intern:Anleitungen/Webentwicklung_auf_delfin-web#Anwendung_Script_zum_kopieren_von_Webseiten]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
=== Recherche === | === Recherche === | ||
Zeile 58: | Zeile 27: | ||
* http://stackoverflow.com/questions/2428416/how-to-create-mysql-database-from-shell-command/2428440#2428440 | * http://stackoverflow.com/questions/2428416/how-to-create-mysql-database-from-shell-command/2428440#2428440 | ||
* http://www.linux-magazin.de/Ausgaben/2010/01/Dauerlaeufer | * http://www.linux-magazin.de/Ausgaben/2010/01/Dauerlaeufer | ||
+ | |||
+ | [[Category:Web]][[Category:Programmierung]] |
Aktuelle Version vom 28. Februar 2018, 15:15 Uhr
Modulares Script zum kopieren von Webseiten inkl. Datenbank. Nützlich um eine Test-Entwicklungsseite zu erstellen.
Automatische Anpassung von Joomla Config.
Script
Code on github: https://github.com/rebootl/website-copy/
Siehe auch Readme dort.
Anwendung revamp-it
Anwendung zum erstellen von Testseite auf flunder-web siehe: Intern:Revamp-it.ch_auf_flunder-web#Testseite
Anwendung auf Test-/Entwicklunsserver delfin-web. Anleitung, Beispiel: Intern:Anleitungen/Webentwicklung_auf_delfin-web#Anwendung_Script_zum_kopieren_von_Webseiten
Recherche
Google: "mysqldump over internet"
- http://tltech.com/info/mysql-via-ssh/ Transferring a MySQL database via SSH
- https://www.everythingcli.org/secure-mysqldump-script-with-encryption-and-compression/ Secure mysqldump script with encryption and compression
- http://www.howto-expert.com/how-to-create-a-server-failover-solution/ How to create a server failover solution
- https://dev.mysql.com/doc/refman/5.7/en/copying-databases.html 2.11.5 Copying MySQL Databases to Another Machine
- http://stackoverflow.com/questions/25794/mysql-copy-duplicate-database
- http://stackoverflow.com/questions/2428416/how-to-create-mysql-database-from-shell-command/2428440#2428440
- http://www.linux-magazin.de/Ausgaben/2010/01/Dauerlaeufer