在运行 Elaina 前,请使用 docker pull
命令从 DockerHub 拉取这些镜像。该操作只需执行一次即可。
docker pull glot/php:latest
docker pull glot/python:latest
docker pull glot/golang:latest
docker pull glot/javascript:latest
docker pull glot/c:latest
git clone [email protected]:wuhan005/Elaina.git
# 编译前端
cd frontend/ && yarn install && yarn build
# 编译后端
go build .
export APP_PASSWORD=<REDACTED>
export RUNTIME_MODE=docker
export POSTGRES_DSN=postgres://postgres:<REDACTED>@127.0.0.1:5432/elaina
./Elaina
浏览器访问 http://<your-host>:8080/
来登录管理员面板。
MIT License