1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-04 04:07:59 +02:00

Updated Installation on a Web Server (markdown)

Sergey Romanenko
2014-01-14 06:27:44 -08:00
parent 5401e6f998
commit 763438dd0a

@@ -1 +1,16 @@
Installation on a Web Server
#### 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!