Script Webseite Duplizieren / Testseite: Unterschied zwischen den Versionen
Aus revampedia
Zeile 18: | Zeile 18: | ||
$ git clone https://github.com/rebootl/website-copy.git | $ git clone https://github.com/rebootl/website-copy.git | ||
− | + | Anwendung siehe README.md (englisch). | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
=== Recherche === | === Recherche === |
Version vom 30. Oktober 2017, 16:25 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
auf dem rechner auf welchem die Kopie erstellt werden soll:
Script von Github klonen:
$ git clone https://github.com/rebootl/website-copy.git
Anwendung siehe README.md (englisch).
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