| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Tutorial Videos | 2018-10-12 | ||
| yumpeecms.zip | 2020-10-29 | 62.9 MB | |
| readme.txt | 2019-09-05 | 1.7 kB | |
| Yumpee CMS Cheat Sheet.pdf | 2018-11-14 | 49.9 kB | |
| Yumpee Developer_s Handbook.pdf | 2018-10-01 | 538.5 kB | |
| yumpeeCMS Users guide.pdf | 2018-09-21 | 1.9 MB | |
| Totals: 6 Items | 65.4 MB | 0 |
To Install YumpeeCMS, you may use an automatic option or a manual option
(1) Using a Setup Manager
======================
Once unzip to your deployment location, go to http://[host]/[install_folder]/install.php and follow the install manager to setup YumpeeCMS.
Note : You will have to already create the database and the manager will populate it during setup.
(2) Manual Installation of YumpeeCMS
==============================
Download the Zip file, extract to your webserver's directory and follow the instructions below
Go to the common/config/params-local.php and change the @image_dir and the @themes to point to the root directory of your upload and themes folder
Ensure your .htaccess file in the root directory has the content
RewriteEngine on
# If a directory or a file exists, use it directly
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# Otherwise forward it to index.php
RewriteRule . /index.php
Please note: In the last line above, if your installation directory is http://localhost/yumpeecms then you should change the line to RewriteRule ./yumpeecms/index.php
Grant webserver access to the following - assets folder - admin/assets folder
Install your database using the following migration script (db/yumpeecms_[database].sql) located in your root folder. Use the appriopriate database script type for your database
Go to common/config/main-local.php file and change the database configurations to match yours I.e dsn, username and password
To visit the admin go to your http://[your_host]/yumpeecms/backend/web and login with default admin/adminpass password
To visit your website go to http://[your_host]/yumpeecms/frontend/web