Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

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

License

NotificationsYou must be signed in to change notification settings

felipecoder/muwebonline

Repository files navigation

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

Installation

Using auto installer

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

Using Git

git clonehttps://github.com/felipecoder/muwebonline.git

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

<?phpputenv('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

<?phpputenv('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/');

Readthe documentation for more information.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp