Skip to content
This repository has been archived by the owner on Feb 21, 2021. It is now read-only.

syfxlin/run-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run Code

run code for XK-Editor

本仓库是基于 Judge0 API 修改而来,重新编写了Dockerfile,添加一些编程语言,用以支持XK-Editor运行除JavaScript外的语言。

支持的语言

ID 语言
1 C
2 C++
3 Bash
4 C#
5 Go
6 Java
7 Node
8 PHP
9 Python3
10 Python2
11 Ruby
12 Rust
13 Scala
14 Typescript

安装

克隆此仓库,进入run文件夹,利用docker-compose启动容器

git clone https://github.com/syfxlin/run-code.git
cd run-code/run
docker-compose up -d

FAQ

我想要运行的语言不在该列表怎么办?

修改base文件夹下的Dockerfile文件,添加您需要的语言的运行环境和编译环境,然后修改api/db文件夹下的seeds.rb文件,参考其他语言的例子编写编译命令和运行命令。

然后buildbaseapi两个docker镜像,注意:您可能需要修改tag名称。

最后按安装的方式启动容器。

Thinks

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages