Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
litespeed_wiki:installation:wordpress_installation [2017/09/08 05:00]
Usman Nasir [Download and Extract Wordpress]
litespeed_wiki:installation:wordpress_installation [2017/09/08 05:20] (current)
Usman Nasir
Line 44: Line 44:
  
 Please note that the document root of '​Example'​ virtual host is **/​usr/​local/​lsws/​Example/​http/​** Please note that the document root of '​Example'​ virtual host is **/​usr/​local/​lsws/​Example/​http/​**
- 
-If you have downloaded in zip format, use following: 
  
 <​code>​ <​code>​
Line 51: Line 49:
 mv wordpress/* . mv wordpress/* .
 </​code>​ </​code>​
-===== Drupal ​Installation ===== +===== Wordpress ​Installation =====
- +
-Open the browser with URL ''<​nowiki>​http://​server_IP:​8088/</​nowiki>''​ +
- +
-==== Choose language ==== +
- +
-This will start the Drupal web installer and it will look something like this: +
- +
-{{ :​litespeed_wiki:​installation:​drupal-1.png?​600 |}} +
- +
-Select your preferred language and click **Save and Continue**. +
- +
-==== Choose profile ==== +
- +
-{{ :​undefined:​installation-profile.png?​600 |}} +
- +
-Select your installation profile. You have two options here:+
  
-  * Standard. +Open the browser with URL ''​http://​server_IP:​8088/''​
-  * Minimal.+
  
-Standard would be fine for most users. With Minimal, you will have the option to manually choose which functions to install. For now, you should select Standard.+==== wp-config.php file ====
  
-==== Verify requirements ====+Once you open the url in browser you will see this window:
  
-On the next step, Drupal checks if all of the requirements are met on the server side. First, make sure to create a settings file using the following command+{{ :litespeed_wiki:​installation:​wp-first.png?​600 |}}
  
-  cp sites/​default/​default.settings.php sites/​default/​settings.php+As you can see, WordPress will ask all database related information on next step and will create ''​wp-config.php''​ file using this information. If for some reasons (mostly permissions issues) WordPress is not able to create this file, it will provide you with data which you can copy and manually create ''​wp-config.php''​ file inside your WordPress home.
  
-Second, make sure that the folder which contains Drupal (and all folders/​files inside of it) is owned by the user under which the web server runs, in this case user ''​nobody''​.+==== Database Details ====
  
-Once the requirements are met you will be directed to enter database information.+{{ :​litespeed_wiki:​installation:​wordpress-db.png?600 |}}
  
-==== Set up database ​====+We've created the database ​above. Just enter the database details and click '​Submit'​. If the WordPress installer is successfully able to connect to the database, it will start the installation process.
  
-{{ :​litespeed_wiki:​installation:​drupal-db.png?​600 |}}+==== Run WordPress Install ====
  
 +{{ :​litespeed_wiki:​installation:​runinstall-wp.png?​600 |}}
  
-We've created ​the database above. Just enter the database details ​and click **Save and continue**. If the Drupal installer is successfully able to connect to the database, it will start the installation ​process.+If everything works out great, just click 'Run the install' ​and WordPress ​will perform ​the installation.
  
-==== Configure site ====+==== Enter General Website details ​====
  
-On this step, the installer will let you configure settings for your site. Example settings are:+{{ :litespeed_wiki:​installation:​wp-enter-details.png?​600 |}}
  
-  * **Site ​name:** ''​Litespeedtech''​ +WordPress will now ask you information regarding your blog/site, like whats the blog name, username you want to use and password, ​example ​configurations:
-  * **Site email address:** ''​drupal@example.com''​ +
-  * **Username:​** ''​litespeedtech''​ +
-  * **Password:** ''​litespeedtech''​+
  
-Once you are satisfied, you can finally click **Save and continue** and your installation is successfully completed. You will now be redirected to the Drupal homepage, which looks something like:+  ​Site Title: litespeedtech 
 +  ​Username: litespeedtech 
 +  ​Password: litespeedtech 
 +  ​Your emailexample@example.com
  
 +If you are satisfied with the details click '​Install WordPress'​.
  
-{{ :litespeed_wiki:installation:drupal-installed.png?​600 |}}+WordPress is now successfully installed, you can browse the home at http://server_IP:8088/ and wordpress admin at http://​server_IP:​8088/​wp-admin
  
  • Admin
  • Last modified: 2017/09/08 05:00
  • by Usman Nasir