CMS for TrinityCore
TCWCMS is a web based content management system for TrinityCore, the MMORPG server framework. It is designed and built to provide an easy to use system for spinning up a website for your TrinityCore server, or cluster of servers.
TCWCMS is built on the Laravel PHP framework, and as such has some software requirements that must be met in order to use it.
Please check the software requirements often, as they will change as development progresses.
REQUIRED SOFTWARE:
PHP >=5.4.0 (PHP7.0 recommended)
MySQL Community Server >= 5.4 or MariaDB >= 10.0
Apache or nginx Webserver
Composer
INSTALLATION INSTRUCTIONS:
NOTE: Laravel requires setting the 'public' folder as your document root, unless installed under a sub-directory.
From zip:
Copy the entire contents of /tcwcms/ to your root directory (typically public_html)
run 'composer install' inside of your root directory
Navigate to your website: http://www.example.com/
Follow the on-screen installation instructions
From repository:
cd to your root directory
git clone https://github.com/Ex0r/TCWCMS/TCWCMS.git
run 'composer install' inside of your root directory
Navigate to your website: http://www.example.com/
Follow the on-screen installation instructions