- 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
- 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
- make sure onl-library is installed