Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 673 Bytes

File metadata and controls

19 lines (13 loc) · 673 Bytes

Build Status

xblock-launchcontainer

Open edX XBlock to launch containers from Appsembler's Virtual Labs (Wharf).

GETTING STARTED

Get started by cloning this repo and installing the docs:

$ git clone git@github.com:appsembler/xblock-launchcontainer.git
$ cd xblock-launchcontainer
$ workon <your_env_name>
$ pip install -r requirements/local.txt
$ mkdocs serve 

You can now navigate to localhost:8080 to view the installation and usage docs. Or view them here.