You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pulling srt-repo (MySQL 5.7 with an initial data) and redis images down.
Note that you should connect to docker hub on a shell by docker login command with Docker ID and password. Also, you MUST have a permission to access oagi1docker Docker Hub repository.
Run docker image pull oagi1docker/srt-repo:2.4.0 command on a shell to pull srt-repo image.
Run docker image pull redis:6 command on a shell to pull redis image.
Run srt-repo and redis containers
Run docker run --name srt-repo -d -p 3306:3306 oagi1docker/srt-repo:2.4.0 command on a shell.
Run docker run --name redis -d -p 6379:6379 redis:6 command on a shell.
Node.js
Install Node.js with default settings for score-web.