From 763438dd0ac642948108d03b36e89c00f422a68c Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Tue, 14 Jan 2014 06:27:44 -0800 Subject: [PATCH] Updated Installation on a Web Server (markdown) --- Installation-on-a-Web-Server.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/Installation-on-a-Web-Server.md b/Installation-on-a-Web-Server.md index 3e91e93..0e1ec40 100644 --- a/Installation-on-a-Web-Server.md +++ b/Installation-on-a-Web-Server.md @@ -1 +1,16 @@ -Installation on a Web Server \ No newline at end of file +#### Steps to Install +1. Download the latest version. +2. Unzip the contents to a new folder on your local computer. +3. Upload that whole folder with an FTP client to your host. +4. You may also need to recursively CHMOD the folder /storage/, /tmp/, /backups/ and /public/ +to 755(or 777) if your host doesn't set it implicitly. +5. Also you may also need to recursively CHMOD the /install.php, /.htaccess and /sitemap.xml +to 755(or 777) if your host doesn't set it implicitly. +6. Type http://example.org/install.php in the browser. + +#### You can install Monstra with Softaculous: +1. Login to your host and look for Software/Services +2. In Softaculous there is a 'Portals/CMS' Category. Collapse the category and Monstra will be there. Click on it. +3. You will see an 'Install' TAB. Click it. +4. Fill in the various details and Submit. +5. That's it, you are done! \ No newline at end of file