Skip to content

Latest commit

 

History

History
executable file
·
26 lines (17 loc) · 473 Bytes

README.md

File metadata and controls

executable file
·
26 lines (17 loc) · 473 Bytes

AROLS WEB

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.

Installation

Clone the repo and then install the dependencies.

cd path-to-arolsweb/arolsweb
make dev

Create database.

make migrate

Run server.

make run