Skip to content

MuWeb Online is a CMS for MuOnline, created using Slim Framework 3.

License

Notifications You must be signed in to change notification settings

hamiltonsl/muwebonline

 
 

Repository files navigation

MuWebOnline

MuWeb Online is a CMS for MuOnline, created using Slim Framework 3.

Installation

Using auto installer

Download the repository and access the /install/index.php folder.

Using Git

git clone https://github.com/felipecoder/muwebonline.git

Go to the /install/sql folder and restore the mwoinstall.sql database create the database.php file in /src

<?php
putenv('MSSQL_DRIVER=driver');
putenv('MSSQL_HOST=host');
putenv('MSSQL_PORT=port');
putenv('MSSQL_USER=user');
putenv('MSSQL_PASS=pass');
putenv('MSSQL_DBNAME=database');

create the app.php file in /src

<?php
putenv('DISPLAY_ERRORS=false');
putenv('DEBUG_BAR=false');
putenv('DOMAIN=example.com');
putenv('SITE_LINK=http://example.com/');
putenv('DIR=/');
putenv('DIRADMIN=admin');
putenv('DIRIMG=/uploads/');
putenv('DIRLOGS=logs/');

Read the documentation for more information.

About

MuWeb Online is a CMS for MuOnline, created using Slim Framework 3.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 45.1%
  • HTML 34.2%
  • JavaScript 11.9%
  • CSS 7.1%
  • TSQL 1.7%