Install WolfCMS 0.8.3.1 on Windows 7 localhost XAMPP 5.6.28 - opensource PHP CMS

Trabla: Install WolfCMS 0.8.3.1 on Windows 7 x64 localhost XAMPP 5.6.28 - opensource PHP  content management system ( CMS )


Install WolfCMS 0.8.3.1 on Windows 7 localhost XAMPP 5.6.28 - opensource PHP CMS
Wolf CMS -  simplifies content management by offering an elegant user interface, flexible templating per page, simple user management and permissions, as well as the tools necessary for file management.It simplifies content management by offering an elegant user interface, flexible templating per page, simple user management and permissions, as well as the tools necessary for file management.
Wolf CMS is distributed under the GNU General Public License version 3. The source is available from Wolf’s GitHub project page.
Because Wolf CMS uses PHP directly, there is no need to learn yet another scripting language. This approach has two main advantages.
Wolf CMS Official Site - https://www.wolfcms.org

Solving:



Watch on YouTube

NOTE: SQL script used in tutorial to create database and user for Wolf CMS 0.8.3.1:

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

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

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


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




No comments:

Post a Comment