WordPress
    • PDF

    WordPress

    • PDF

    Article Summary

    Available in Classic

    WordPress is an open source content management service for creating and managing web pages. It is automatically configured on NAVER Cloud Platform's Compute infrastructure service and can be instantly put into service through a configuration process with only a few steps.

    The advantages of using WordPress are as follows:

    • You can reliably provide content using NAVER Cloud Platform's infrastructure.
    • You can select a server image and specifications to automatically install LAMP and use WordPress.
    Note

    For more information on the software used in NAVER Cloud Platform's WordPress, see the following websites:

    Creating and accessing server

    The method for creating and accessing the server is the same as creating a regular server on NAVER Cloud Platform. The following are detailed procedures and reference guides:

    ProcedureDescription
    1. Set ACG
    • Reference guide: ACG
    • Must set the following ports:
      • TCP 22 port for a terminal connection
      • TCP 80 port for the use of web services (can be changed)
    2. Create server
    • Reference guide: Create server
    • Image type Application, Application image type WordPress
    3. Set public IP
    4. Set port forwarding
    5. Get admin password
    6. Access server
    Note
    • After you access and log in to the server, change the password of the root account to one you can remember. Enter the passwd root command to set a new password.
    • If you can't connect to the server even if there is no problem in the public IP address and ACG, your web server process might be stopped. Run the restart command (systemctl start httpd) on the terminal program to restart the process.

    Using WordPress

    To use WordPress, you need to check if LAMP is installed successfully, access WordPress, and then complete the installation.

    Check LAMP installation

    You can execute and run WordPress based on LAMP. To use WordPress, see LAMP installation confirmation first to check if LAMP is installed successfully and the start is complete.

    Install WordPress

    The following describes how to check whether the WordPress server is created successfully and install WordPress.

    1. Enter http://{공인 IP 주소}/wordpress in the web's address window to access WordPress.
      • If the index page of WordPress is run, the WordPress server is created successfully.
    2. Select the language to use, and then click the [Next] button.
    3. Enter the basic settings information, and then click the [Install WordPress] button.
      • The admin login information is displayed on the page.
      • After you click the [Login] button and log in, you can use WordPress.
    Note

    The displayed button name varies depending on the language settings.

    Configure web page

    You can configure the WordPress web page on the page that appears after you log in to WordPress. For more information about WordPress use settings, see WordPress.com support.

    Set WordPress security access

    The following describes how to configure it to enhance WordPress's access security.

    1. Access https://api.wordpress.org/secret-key/1.1/salt, and then check the authentication key and SALT Value.
    2. Enter vi /ncp/data/www/wordpress/wp-config.php, and then change the authentication key and SALT Value to the values you previously checked.
    3. Restart the web server.

    Was this article helpful?

    What's Next
    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.