Herramientas de usuario

Herramientas del sitio


wiki2:install_wordpress

¡Esta es una revisión vieja del documento!


Install wordpress

Apache

Install Apache, PHP & MySQL

sudo apt-get install apache2
sudo apt-get install php5
sudo apt-get install libapache2-mod-php5
sudo apt-get install mysql-server php5-mysql
sudo /etc/init.d/apache2 restart

Backup and restore

  1. Before of this install the plugin (you can do it on the admin panel) backupwordpress.
  2. Make and download a backup file. This file must contain files and database.
  3. Format server
  4. Install apache, php and Mysql
  5. Go to /var/www/html
  6. Download with wget the last Wordpress.
  7. Unzip the wordpress file.
  8. Upload the previous backup file.
wiki2/install_wordpress.1460835884.txt.gz · Última modificación: 2020/05/09 09:25 (editor externo)