Skip to content
Snippets Groups Projects
Commit 45670efc authored by Atanamo's avatar Atanamo
Browse files

Some structure fixes for readme

parent 02f85cc8
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -16,7 +16,7 @@ This way, on IRC there is only one bot for each game world. The bot represents a
 
 
(*) Note, that for developing purposes game worlds might be called "galaxies" inside the project, due to the terminology of SGR.
 
 
Installation
Loading
Loading
@@ -24,10 +24,10 @@ Installation
 
* Download the project sources
* Set up the database on a MySQL server. Sadly, this is tricky and requires code modifications...
* All database interaction is done in following file: ./src_coffee/server/database.coffee
* All database interaction is done in following file: `./src_coffee/server/database.coffee`
* Have a look at the file and change the queries (and/or config) to match your environment:
* You have to modify all queries containing `Config.SQL_TABLES.GAMES_LIST` and the method `getClientIdentityData`.
* All additional tables the chat system requires can be set up using the following file: ./setup_migration.sql
* All additional tables the chat system requires can be set up using the following file: `./setup_migration.sql`
* Navigate to the project directory (on shell), then run:
* `$ npm install`
 
Loading
Loading
@@ -37,15 +37,15 @@ Demo page
 
The project contains a very simple `index.html` as demo page.
 
Before running anything, make sure you have set up the project following the installation instructions.
Before running anything, make sure you have set up the project following the installation instructions.
Then you have to start the chat server (including a web server):
 
``$ node ./src_js/server/main.js``
``$ node ./src_js/server/main.js``
 
Afterwards, you can open your browser and load the page on localhost. But note the server runs on SSL protocol.
Afterwards, you can open your browser and load the page on localhost. But note the server runs on SSL protocol.
So based on the default settings in the server's config file, you have to browse following address:
 
> https://localhost:8050
``https://localhost:8050``
 
 
Changing config
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment