Installing CuteNews
Follow our step-by-step instructions to learn how to install CuteNews CMS. Hosting.com makes it easy! See our guide now to get started!
This article describes how to install CuteNews on your hosting.com account. CuteNews is a lightweight content management system that stores data in files, so you do not need to create or configure a database to use it.
Installing CuteNews
CuteNews is compatible with all hosting.com accounts. However, you must install it manually.
Note
Although hosting.com servers are compatible with a wide variety of software applications, we cannot provide troubleshooting assistance for application-specific issues.
To install CuteNews:
-
Download the CuteNews installation file at http://cutephp.com/click.php?cutenews_latest to your local computer.
-
Extract the .zip file on your computer.
-
Use FTP to upload the contents of the extracted.zip file to the public_html directory of your hosting.com account.
Note
For information about how to access your account using FTP, please see this article.
-
Log in to your account using SSH.
Note
For information about how to access your account using SSH, please see this article.
-
To set the correct file permissions for the CuteNews files, type the following commands:
cd ~/public_html find . -type f -exec chmod 644 {} \; find . -type d -exec chmod 755 {} \;
-
Use your web browser to go to the CuteNews installation URL, which is your domain name followed by index.php (for example, http://www.example.com/index.php ). The CuteNews installation page appears.
-
In the Username text box, type a username for the administrator.
-
In the Email text box, type the administrator's e-mail address.
-
In the Password and Confirm text boxes, type a password for the administrator.
-
Click Create admin Account. The CuteNews installer creates the administrator account.
-
Click Start working with CuteNews. The CuteNews dashboard appears. You can now start configuring your CuteNews installation.
More Information
For more information about CuteNews, please visit http://cutephp.com.
Updated 3 days ago