Showing posts with label CMS Made Simple. Show all posts
Showing posts with label CMS Made Simple. Show all posts

Install CMS Made Simple ( CMSMS ) 2.1.6 via Bitnami on Windows 7 localhost

Trabla: Install CMS Made Simple ( CMSMS ) 2.1.6 via Bitnami on Windows 7 localhost


Install CMS Made Simple ( CMSMS ) 2.1.6 via Bitnami on Windows 7 localhost


CMS Made Simple (CMSMS) is a free, open source (GPL) content management system (CMS) to provide developers, programmers and site owners a web-based development and administration area. In 2010 CMS Made Simple (CMSMS) won the Packt Publishing annual award for open source content management

CMS Made Simple (CMSMS) Official Website - https://www.cmsmadesimple.org/

Bitnami CMS Made Simple (CMSMS) Official Website - https://bitnami.com/stack/cms-made-simple


Solving:



Install CMS Made Simple 2.1.5 ( CMSMS ) on Windows 7 x64 localhost ( XAMPP 5.6.24 ) - Part 2/2

Trabla:  Install CMS Made Simple 2.1.5 ( CMSMS ) on Windows 7 x64 localhost (  XAMPP 5.6.24 ) - Part 2/2


Install CMSMadeSimple 2.1.5 ( CMSMS ) on Windows 7   XAMPP tutorial


CMS Made Simple (CMSMS) is a freeopen source (GPL) content management system (CMS) to provide developers, programmers and site owners a web-based development and administration area. CMS Made Simple is an open source package, built using PHP with support for MySQL. The template system is driven using the Smarty Template Engine. CMS Made Simple aims to provide easy development and customization with themes, add-on modules, dynamic menus, tags and translations.

Solving - Part 2 ( Part 1):



Watch on YouTube

8. "Step 4 - Basic Configuration Information"  page of  CMS Made Simple (CMSMS )  2.1.5   web installation

Install CMSMadeSimple 2.1.5 ( CMSMS ) on Windows 7   XAMPP tutorial 1

Now we need to create Database for CMS Made Simple (CMSMS )  2.1.5 opensource PHP CMS

1) Open phpMyAdmin in new browser tab (or window :) ) -

 http://localhost/phpmyadmin

2) Open SQL tab
3) Execute following query

Install CMSMadeSimple 2.1.5 ( CMSMS ) on Windows 7   XAMPP tutorial 2

CREATE DATABASE `cmsms` 
DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;

CREATE USER 'cmsms-owner'@'localhost'; 
CREATE USER 'cmsms-owner'@'127.0.0.1';
CREATE USER 'cmsms-owner'@'::1';

SET PASSWORD 
FOR 'cmsms-owner'@'localhost' = PASSWORD('cmsms123$%');
SET PASSWORD 
FOR 'cmsms-owner'@'127.0.0.1' = PASSWORD('cmsms123$%');
SET PASSWORD 
FOR 'cmsms-owner'@'::1' = PASSWORD('cmsms123$%');


GRANT ALL PRIVILEGES ON 
`cmsms`.* TO 'cmsms-owner'@'localhost' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON 
`cmsms`.* TO 'cmsms-owner'@'127.0.0.1' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON 
`cmsms`.* TO 'cmsms-owner'@'::1' WITH GRANT OPTION;

Install CMSMadeSimple 2.1.5 ( CMSMS ) on Windows 7   XAMPP tutorial 3

Install CMSMadeSimple 2.1.5 ( CMSMS ) on Windows 7   XAMPP tutorial 4

Go back  to CMS Made Simple (CMSMS )  2.1.5 opensource PHP CMS installation page

- type Database Name -  cmsms
- type User name -  cmsms-owner
- type Password cmsms123$%

- click "Next" button

Install CMSMadeSimple 2.1.5 ( CMSMS ) on Windows 7   XAMPP tutorial 5



9. "Step 5 - Admin Account Info" page of  CMS Made Simple (CMSMS )  2.1.5   web installation

- enter data ans click "Next" button

Install CMSMadeSimple 2.1.5 ( CMSMS ) on Windows 7   XAMPP tutorial 6


10. "Step 6 - Site Settings" page of  CMS Made Simple (CMSMS )  2.1.5   web installation


- enter site name
- select additional language ( if needed )
- press "Next" button

Install CMSMadeSimple 2.1.5 ( CMSMS ) on Windows 7   XAMPP tutorial 7

11. "Step 7 - Install Application  files " page of  CMS Made Simple (CMSMS )  2.1.5   web installation

- press "Next" button

Install CMSMadeSimple 2.1.5 ( CMSMS ) on Windows 7   XAMPP tutorial 8

Install CMSMadeSimple 2.1.5 ( CMSMS ) on Windows 7   XAMPP tutorial 9


12. "Step 8 - Database Work " page of  CMS Made Simple (CMSMS )  2.1.5   web installation

- press "Next" button

Install CMSMadeSimple 2.1.5 ( CMSMS ) on Windows 7   XAMPP tutorial 10

Install CMSMadeSimple 2.1.5 ( CMSMS ) on Windows 7   XAMPP tutorial 11


12. "Step 9 - Finish " page of  CMS Made Simple (CMSMS )  2.1.5   web installation

Install CMSMadeSimple 2.1.5 ( CMSMS ) on Windows 7   XAMPP tutorial 12

Install CMSMadeSimple 2.1.5 ( CMSMS ) on Windows 7   XAMPP tutorial 13

14.  Delete installer folder

   http://localhost/cmsms_installer

Install CMSMadeSimple 2.1.5 ( CMSMS ) on Windows 7   XAMPP tutorial 14


Enjoy  CMS Made Simple (CMSMS )  2.1.5 opensource PHP content management system !!!


Install CMSMadeSimple 2.1.5 ( CMSMS ) on Windows 7   XAMPP tutorial 15

Install CMSMadeSimple 2.1.5 ( CMSMS ) on Windows 7   XAMPP tutorial 16

Install CMSMadeSimple 2.1.5 ( CMSMS ) on Windows 7   XAMPP tutorial 17

Install CMSMadeSimple 2.1.5 ( CMSMS ) on Windows 7   XAMPP tutorial 18

Install CMS Made Simple 2.1.5 ( CMSMS ) on Windows 7 x64 localhost ( XAMPP 5.6.24 ) - Part 1/2

Trabla:  Install CMS Made Simple 2.1.5 ( CMSMS ) on Windows 7 x64 localhost (  XAMPP 5.6.24 ) - Part 1/2


Install CMSMadeSimple 2.1.5 ( CMSMS ) on Windows 7   XAMPP tutorial


CMS Made Simple (CMSMS) is a free, open source (GPL) content management system (CMS) to provide developers, programmers and site owners a web-based development and administration area. CMS Made Simple is an open source package, built using PHP with support for MySQL. The template system is driven using the Smarty Template Engine. CMS Made Simple aims to provide easy development and customization with themes, add-on modules, dynamic menus, tags and translations.

Solving - Part 1 ( Part 2):


Watch on YouTube

1.  Download and install XAMPP 5.6.24 from official site:
https://www.apachefriends.org/download.html

Install CMSMadeSimple 2.1.5 ( CMSMS ) on Windows 7   XAMPP tutorial 1


2. Download CMS Made Simple (CMSMS )  2.1.5 opensource PHP content management system  installer from official site:
http://www.cmsmadesimple.org/downloads/
( e. g. cmsms-2.1.5-install.expanded.zip  )

Install CMSMadeSimple 2.1.5 ( CMSMS ) on Windows 7   XAMPP tutorial 2


Install CMSMadeSimple 2.1.5 ( CMSMS ) on Windows 7   XAMPP tutorial 3


3. Create 2 folders - \cmsms    and    \cmsms_installer  in XAMPP htdocs folder

C:\xampp\htdocs\cmsms
C:\xampp\htdocs\cmsms_installer

Install CMSMadeSimple 2.1.5 ( CMSMS ) on Windows 7   XAMPP tutorial 4

Copy all files from downloaded CMS Made Simple (CMSMS )  2.1.5 opensource PHP CMS installer
into \cmsms_installer   folder

Install CMSMadeSimple 2.1.5 ( CMSMS ) on Windows 7   XAMPP tutorial 5


4. Run XAMPP Control Panel 

open php.ini file ( Apache ->  Config-> PHP(php.ini) )

Install CMSMadeSimple 2.1.5 ( CMSMS ) on Windows 7   XAMPP tutorial 6


- change max_execution_time value
from max_execution_time=30 to max_execution_time=600

Install CMSMadeSimple 2.1.5 ( CMSMS ) on Windows 7   XAMPP tutorial 7

- save  & close php.ini
- start Apache
- start Database

Install CMSMadeSimple 2.1.5 ( CMSMS ) on Windows 7   XAMPP tutorial 8


5. Open in browser following url to start CMS Made Simple (CMSMS )  2.1.5 opensource PHP CMS  installation
http://localhost/cmsms_installer

- Select destination directory "C:\xampp\htdocs\cmsms"
- Click "Next" button

Install CMSMadeSimple 2.1.5 ( CMSMS ) on Windows 7   XAMPP tutorial 9

Install CMSMadeSimple 2.1.5 ( CMSMS ) on Windows 7   XAMPP tutorial 10


6. "Step 2 - Detect existing software" page of  CMS Made Simple (CMSMS )  2.1.5 opensource PHP CMS   web installation

- click "Next" button

Install CMSMadeSimple 2.1.5 ( CMSMS ) on Windows 7   XAMPP tutorial 11


7. "Step 3 - Tests" page of  CMS Made Simple (CMSMS )  2.1.5   web installation

- click "Next" button

Install CMSMadeSimple 2.1.5 ( CMSMS ) on Windows 7   XAMPP tutorial 12


NEXT - Part 2