Skip to content

robocup-junior/rcj-cms-docker-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RoboCup Junior

Helper file for rescue scoring system environment construction

This is a helper file used to start up the RCJ CMS with a Docker image.

Supported environment

  • Windows 10/11 Pro / Enterprise / Education / Home
  • Ubuntu 22.04LTS
  • macOS 14.0

Tested environment(Windows)

OS : Windows 10 Education 20H2, Windows 11 Education CPU : AMD Ryzen9 3900X
RAM : 32GB

Tested environment(Linux)

  • Ubuntu 18.04 LTS
  • Ubuntu 20.04 LTS
  • Ubuntu 22.04 LTS
  • Synology DiskStation DSM 7.X (Official Docker Package Installed)

Tested environment(Mac)

  • macOS 10.14 Mojave
  • macOS 14 Sonoma

Setup

** Please make sure Docker and DockerCompose are installed and ready to use.**

  1. Download this project from below link.
    DOWNLOAD
  2. Please unzip completely!!
  3. Edit conf/rcj-cms/process.env appropriately.
  4. Open "windows-launcher" or "linux-launcher", depending on your OS.
  5. Run "setup" to start the setup.

It takes up to few minutes for the system to start up. When you access http://localhost:3000 after startup process is completed, the home page of the system appears.
The scoring system does not support Microsoft Internet Explorer and Edge browser. We recommend Google Chrome and Firefox.

Note
If security protection software is installed, the system may not start properly. (If you are using "Norton", there is a report that does not start well.) In this case, you need to change the settings of the security software. For details, please search with "(Security protection software name) + Docker" etc.

STEP4: Usage

Start-up

For the second and subsequent start ups after setting up the system, run "start".

Stop

To stop the system, run "stop".

Reboot

To restart the system, run "restart".

Update to latest version of system

To update, run "update".

Change password of admin account

If you want to change the admin account password, edit the file conf/rcj-cms/process.env with a suitable editor.

# db vars see more at http://mongoosejs.com/docs/connections.html
DB_CONNECT_STR=mongodb://localhost/rcj-scoring

# web vars
WEB_HOSTPORT=3000

# log vars ERROR/INFO/DEBUG
MAIN_LOG_LVL=DEBUG

# Account hardcoded
user=admin
password=admin

# Default Account Setting
dUsername=admin
dPassword=adminpass       #CHANGE HERE
dAdmin=true
dSDAdmin=true

The change is applied by running "restart".

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •