Getting Started
****************
Prerequisites
===============
.. toctree::
schoolmint_setup
Dependencies
=============
* Python3.7
* `Pipenv `_
* `Docker `_
* Install for `Mac `_
* Install for `Linux `_
* Install for `Windows `_
Environment
=============
.. toctree::
environment_setup
schema_setup
Running the job
================
Build the Docker image
-----------------------
.. code-block:: bash
docker build -t schoolmint .
Run
----
.. code-block:: bash
docker run --rm -it schoolmint
Run with volume mapping
------------------------
.. code-block:: bash
docker run --rm -it -v ${PWD}:/code/ schoolmint
Run with enrollment targets sync (optional)
--------------------------------------------
.. code-block:: bash
docker run --rm -it schoolmint --targets