Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

overhangio/openedx-micromanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Micromanager -- for all your Open edx micro frontend (MFE) applications

Micromanager is a tool for configuring, building and deploying Open edX micro frontend applications.

⚠️ THIS IS ALPHA SOFTWARE NOT YET READY FOR RELEASE ⚠️

Quickstart

Build the docker images::

make images

Then, you should generate a base environment file that will be used to configure all your applications::

echo "LMS_BASE_URL: http://localhost" >> ./env.yml

Configure your application::

make configure APP=/absolute/path/to/your/frontend-app-repo/

Install requirements for your application::

make install APP=/absolute/path/to/your/frontend-app-repo/

Build your application::

make build APP=/absolute/path/to/your/frontend-app-repo/

Deploy your application::

(This is not implemented, yet)

License

This software is licensed under the terms of the AGPLv3.

About

Micromanage all your Open edx micro frontend (MFE) applications -- with style.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published