This is a helper file used to start up the RCJ CMS with a Docker image.
- Windows 10/11 Pro / Enterprise / Education / Home
- Ubuntu 22.04LTS
- macOS 14.0
OS : Windows 10 Education 20H2, Windows 11 Education
CPU : AMD Ryzen9 3900X
RAM : 32GB
- Ubuntu 18.04 LTS
- Ubuntu 20.04 LTS
- Ubuntu 22.04 LTS
- Synology DiskStation DSM 7.X (Official Docker Package Installed)
- macOS 10.14 Mojave
- macOS 14 Sonoma
** Please make sure Docker and DockerCompose are installed and ready to use.**
- Download this project from below link.
DOWNLOAD - Please unzip completely!!
- Edit conf/rcj-cms/process.env appropriately.
- Open "windows-launcher" or "linux-launcher", depending on your OS.
- 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.
For the second and subsequent start ups after setting up the system, run "start".
To stop the system, run "stop".
To restart the system, run "restart".
To update, run "update".
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".