百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
A

aurora

> 编程语言
开源

SPOJ 就像一位裁判,可以自动判断提交的解决方案。

99 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

SPOJ 就像一位裁判,可以自动判断提交的解决方案。

Aurora v2

Aurora is an open-source OJ inspired by SPOJ. Derived from Aurora-Online-Judge, this version improves the scalability and security of the application to meet the requirements for a small scale organization. Its web interface is redesigned from scratch to make it look more SPOJ like. So that users find it comfortable to adjust. It can also serve as a platform to practice as well as compete with other teams. Few features were added so that the administrators find it easy to maintain. It was designed to meet the requirement specific to CQM matches hosted at BIT Mesra, but most of its components can be easily updated to meet the requirement of any other educational organization.

Getting Started

Aurora uses docker for development as well as for running the application. Images for each module is automatically generated and uploaded here. There are docker-compose files sepecific to following usecases.

Run Locally

docker-compose.yml can be used to simple run and test out Aurora on a local environment.

Simply run docker-compose up to pull all the images and run it.

Then visit localhost to test the application.

Note: Since we are using Github packages, you would need to configure docker for use with Github token or docker won't be able to pull the images and docker may start building the image instead. You can follow our Docker Setup Guide to mitigate this build step.

Dev Setup

docker-compose.dev.yml can be used to build, run and test out Aurora on a local environment.

Simply run docker-compose -f docker-compose.dev.yml build to build.

Run docker-compose -f docker-compose.dev.yml up to run it on localhost.

Prod Setup

docker-compose.prod.yml is meant to be used as template for prod configuration.

Check our guidelines on how to use this template.

Documentation

We are using Aurora Wiki to maintain our documentations.

Facing an issue

See if our FAQ Page has solution to your problem.

Still have problems? Then raise an issue here. I will try my best to solve it as soon as possible (no promises though).

Contribution Guilelines

Just create a PR on a seprate branch with appropriate name and describe the changes thoroughly. Also make sure you have full ownership of the code you submit.

Acknowledgement

  • Kaustubh Karkare, creator of Aurora Online Judge from which this version was derived.
  • Siddhartha Sahu, created functions.php which is extensively used for database interaction.

License

Released under the MIT License.

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

PHPaurora-online-judgejudgeonline-judgephp

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月18日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言