AROLS is an open source platform for adaptive online learning. Quickly register or create your own courses to simplify everyone's study with our powerful, intelligent recommendation engine.
For more information, see AROLS.
Clone the repo and then install the dependencies.
cd path-to-arolsweb/arolsweb
make dev
Create database.
make migrate
Run server.
make run