nicolas-maitre / ruby_web_server

rythm game with html,js,css and ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RythmTree

1. Requirement

  • Debian 9 or windows 10 1903
  • ruby 2.6.3
  • Open http port
  • change config file (Configuration section)

2. Installation

$ represents user's command
# represents admin's command

2.1 MongoDB

2.1.1 Debian

Install mongoDB Server:

Install mongoDB drivers for ruby:
# gem install mongo

2.1.2 Windows

install mongoDB server:

Install mongoDB drivers for ruby:
# gem install mongo

2.2 SASS

Install SASS with gem:
# gem install sass

2.2.1 Start SASS

Run this command in the root of the project
$ sass --watch client\styles\scss\:client\styles\css

3. Configuration

Duplicate RythmTree/Server/Config/config.rb.example and rename to config.rb.

Open it and change HTTP_PORT to 80, actually is 5678.

4. Start

execute the next line from RythmTree folder:
$ ruby server/app_start.rb

About

rythm game with html,js,css and ruby


Languages

Language:HTML 40.4%Language:JavaScript 31.2%Language:Ruby 19.9%Language:CSS 8.6%