Install Cotonti Siena 0.9.19 CMF/CMS on windows

Trabla: Install Cotonti Siena 0.9.19 CMF/CMS on windows ( XAMPP 5.6.21 )


Install Cotonti Siena 0.9.19 CMF / CMS on windows tutorial 1
Cotonti is a modular open source content management system ( CMS )
and content management framework ( CMF ) powered by PHP and MySQL.

For an end-user Cotonti is a medium-featured content management system suitable for online communities, business and personal sites in first place, that can be extended for a variety of other site kinds: blogs, E-commerce, newspapers, gaming clans, corporate portals, etc.

From a developer's point of view it consists of a minimalistic content management framework and a set of modules implementing standard behavior for exact website types. Application logic is built in conventional scripting style relying on APIs and models provided by the framework and other modules.
https://en.m.wikipedia.org/wiki/Cotonti



Watch on YouTube

Solving:

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

Install Cotonti Siena 0.9.19 CMF / CMS on windows tutorial 2


2.  Download Cotonti Siena 0.9.19 CMF/CMS   installer from official site:
https://www.cotonti.com/

Install Cotonti Siena 0.9.19 CMF / CMS on windows tutorial 3

Install Cotonti Siena 0.9.19 CMF / CMS on windows tutorial 4

Install Cotonti Siena 0.9.19 CMF / CMS on windows tutorial 5

3. Create folder \cotonti XAMPP htdocs folder
C:\xampp\htdocs\cotonti
and copy all files from downloaded Cotonti Siena 0.9.19 CMF/CMS   .zip source

Install Cotonti Siena 0.9.19 CMF / CMS on windows tutorial 6


4. Run XAMPP Control Panel 
- start Apache
- start Database

Install Cotonti Siena 0.9.19 CMF / CMS on windows tutorial 7


5. Open in browser following url to start  Cotonti Siena 0.9.19 CMF/CMS  web installation
http://localhost/cotonti/install.php
- Click "Next"

Install Cotonti Siena 0.9.19 CMF / CMS on windows tutorial 8


6. "Server info" page - click "Next" button

Install Cotonti Siena 0.9.19 CMF / CMS on windows tutorial 9


7. "Database settings" page

Install Cotonti Siena 0.9.19 CMF / CMS on windows tutorial 10


Now we need to create Database for Cotonti Siena 0.9.19 CMF/CMS

1) Open phpMyAdmin in new browser tab (or window :) ) - http://localhost/phpmyadmin
2) Open SQL tab
3) Execute following query

Install Cotonti Siena 0.9.19 CMF / CMS on windows tutorial 11

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

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

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


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

Install Cotonti Siena 0.9.19 CMF / CMS on windows tutorial 12

Install Cotonti Siena 0.9.19 CMF / CMS on windows tutorial 13

Go back  to Cotonti Siena 0.9.19 CMF/CMS installation page - fill all fields
( use

database name - cotonti
user cotonti-owner
password ( for user ) - cotonti123$%
)
and click "Next"

Install Cotonti Siena 0.9.19 CMF / CMS on windows tutorial 14


8. "Administrator Account" page - enter admin credentials you need
and click "Next".

Install Cotonti Siena 0.9.19 CMF / CMS on windows tutorial 15

9. "Modules & plugins & components ,etc. " page

Install Cotonti Siena 0.9.19 CMF / CMS on windows tutorial 16

Enable components you need + click "Finish" button.

Install Cotonti Siena 0.9.19 CMF / CMS on windows tutorial 17

Install Cotonti Siena 0.9.19 CMF / CMS on windows tutorial 18

Install Cotonti Siena 0.9.19 CMF / CMS on windows tutorial 19

Install Cotonti Siena 0.9.19 CMF / CMS on windows tutorial 20

Install Cotonti Siena 0.9.19 CMF / CMS on windows tutorial 21

10. Installation completed. Click "Visit site"

Install Cotonti Siena 0.9.19 CMF / CMS on windows tutorial 22

11.  Delete "install.php" script in c:\xampp\htdocs\cotonti folder

Install Cotonti Siena 0.9.19 CMF / CMS on windows tutorial 23


12. Login with admin credentials, than open "administration panel"

Install Cotonti Siena 0.9.19 CMF / CMS on windows tutorial 24

Install Cotonti Siena 0.9.19 CMF / CMS on windows tutorial 25

Install Cotonti Siena 0.9.19 CMF / CMS on windows tutorial 26

Enjoy Cotonti Siena 0.9.19 CMF/CMS  :)

Install Cotonti Siena 0.9.19 CMF / CMS on windows tutorial 27

Install Cotonti Siena 0.9.19 CMF / CMS on windows tutorial 28

Install Cotonti Siena 0.9.19 CMF / CMS on windows tutorial 29

Install Cotonti Siena 0.9.19 CMF / CMS on windows tutorial 30

Install Cotonti Siena 0.9.19 CMF / CMS on windows tutorial 31

Install Cotonti Siena 0.9.19 CMF / CMS on windows tutorial 32

Install Cotonti Siena 0.9.19 CMF / CMS on windows tutorial 33

No comments:

Post a Comment