Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.
/ maav Public archive
forked from MAAV-Software/maav

Container for all MAAV software

Notifications You must be signed in to change notification settings

jaminock/maav

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maav

Container for all MAAV software

Install

This repo will set up a software environment for MAAV using docker.

Simply run

./maav-init.sh

To install docker, pull the software repo, and build the docker image.

Once the MAAV Software repo is pulled you may want to add your fork as a remote. This can be done using

git remote add <remote name> <URL to your fork>

For Windows install instructions see here

For MacOS install instructions see here

Running

To run a particular command, you may either directly attach a bash terminal to the docker container using

ACTION=bash docker-compose run --rm maav-run

or you can modify the Makefile and run

ACTION=<CMD> docker-compose run --rm maav-run

where <CMD> is the name of the build rule you specified in the Makefile.

About

Container for all MAAV software

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 97.3%
  • Makefile 2.2%
  • Dockerfile 0.5%