Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 756 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 756 Bytes

Opigno LMS with DDEV.

It an Opigno LMS project with DDEV setup and some extra modules. Full documentation available at https://opigno.atlassian.net/wiki/spaces/OUM3/overview

Get Started

Open a terminal and clone the repository.

$ git clone https://github.com/zeshanziya/opigno-ddev.git

Change to the directory of repository.

$ cd opigno-ddev

Start ddev project

$ ddev start

Install dependencies

$ ddev composer install

Congratulations! You can now access the opigno lms at: https://opigno.ddev.site.

Now follow the instruction on site to complete the setup.