How to install CuteNews
This article describes how to install CuteNews on your A2 Hosting 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 A2 Hosting accounts. However, you must install it manually.
Although A2 Hosting 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 A2 Hosting account.
For information about how to access your account using FTP, please see
this article.
- Log in to your account using SSH.
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.
For more information about CuteNews, please visit http://cutephp.com.