Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Aims to build high-performance & easy-peasy online-judge system

License

NotificationsYou must be signed in to change notification settings

oj-lab/platform

Repository files navigation

GitHub Workflow StatuscodecovCodespace Supported

Central service for OJ Lab, supporting distributed deployment.

Development

🌟 Accept VSCode extension recommandation for complete experience.

Before you start

OJ Lab Platform depends on several foundational services, including:

  • PostgreSQL (or other SQL database in the future) for data storage
  • Redis for caching & session management
  • MinIO (or other S3 like storage) for file storage
  • ClickHouse for analytics (currently not developed)
  • Judger for judging

This project provides a Makefile to help you quickly set up dependencies & other optional choices.Runmake setup-dependencies to start these services and load the initial data.

Launch from VSCode

Launch the programs with VSCode launch configurations is the most recommended way.It will automatically set the environment and run the program in debug mode.

Run Judger

There is ajudger service in the project'sdocker-compose.yml.It won't start from themake setup-dependencies command by default(since it takes time to let MinIO & PostgreSQL start up).

Rundocker compose up -d judger to start the judger service.

Manage DB data

We provideadminer to access PostgreSQL data.You can optionally rundocker compose up -d adminer to start the service,or just continue to use your own database management tool.

Remember to set the type of the database toPostgreSQL when login to adminer.

Troubleshooting

go bin not included in PATH

# You should change .zshrc to .bashrc if you are using bashecho'export PATH=$PATH:$(go env GOPATH)/bin'>>~/.zshrc

About

Aims to build high-performance & easy-peasy online-judge system

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages


[8]ページ先頭

©2009-2025 Movatter.jp