Skip to content

OpenNetLab/OpenNetLab-Edu-Controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c37085f · Sep 20, 2023

History

52 Commits
Sep 13, 2023
Aug 2, 2023
Aug 5, 2023
Aug 28, 2023
Aug 6, 2023
Sep 20, 2023
Sep 19, 2023
Sep 19, 2023
Aug 5, 2023
Aug 28, 2023
Sep 20, 2023
Aug 27, 2023
Aug 5, 2023
Sep 18, 2023
Aug 2, 2023
Sep 20, 2023
Aug 2, 2023
Sep 13, 2023
Aug 2, 2023

Repository files navigation

installation & deploy

  • install OpenNetLab-Controller
git clone <this-repo>; cd <this-repo>
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
  • install required programs
sudo apt install redis supervisor nginx

run

  • build onl-frontent

for more details check onl-fe

  • run onl-controller
./manage migrate
FRONTEND="/frontend_path" ./manage run
  • run nginx using local configuration
sudo nginx -c <absolute-dir-path>/nginx.conf

About

OpenNetLab for education 2022 controller

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages