Skip to content

Offline quest managment tool.

Notifications You must be signed in to change notification settings

6dreams/6quests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

6quests

Description

Simple web site for making offline quests managment more simplier. Originally created for nostops.ru

Installing

git clone https://github.com/6dreams/6quests

Install dependies:

composer up

Create database schema and other stuff:

bin/console quests:install

Misc

Part of nginx config.

 root '/var/www/6quests/public/';

 location / {
    index index.php;
    if (!-e $request_filename) {
       rewrite ^/(.*)$ /index.php?q=$1 last;
    }
 }

About

Offline quest managment tool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published