Download Latest Version yumpeecms.zip (62.9 MB)
Email in envelope

Get an email when there's a new version of YumpeeCMS

Home / Tutorial Videos
Name Modified Size InfoDownloads / Week
Parent folder
How to install Yumpee.mp4 2018-10-12 13.4 MB
How to create a Page.mp4 2018-10-12 7.3 MB
Totals: 2 Items   20.8 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

Source: readme.txt, updated 2019-09-05