Skip to content

The web server has a website to download the launcher and a database for user authentication.

License

Notifications You must be signed in to change notification settings

The-MMORPG-Project/web-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

  1. Install and setup MySQL (preferably setup on a remote dedicated machine)
  2. Install dependencies with yarn install
  3. Create .env file in Web-Server root directory and fill following variables inside
DB_HOST=xxx.xxx.xxx.xxx
DB_USER=xxxxx
DB_PASSWORD=xxxxxxx
  1. Populate the src/releases folder with build(s) from the Unity standalone. (The folder must be called latest and must be compressed to a zip called latest.zip in the respective platform folder under releases in order for the Launcher to correctly retrieve the standalone)
  2. Run server with yarn dev:start

About

The web server has a website to download the launcher and a database for user authentication.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published