Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.48 KB

QUICKSTART.md

File metadata and controls

33 lines (23 loc) · 1.48 KB

Quickstart

Prerequisites

Install the following:

Optional:

  • Git - Useful for getting the m3-quickstart code

Start

The first time you run this project, it will download a lot of content. Be sure to do this on a relatively fast network.

# Get the source code.
git clone https://github.com/mbari-org/m3-quickstart.git  

# Start the web server, database, and VARS services
# The first time it's run it takes a while. Be patient.
cd m3-quickstart
bin/docker_start.sh

Note, that if you don't have git installed, you can download the m3-quickstart project as a zip file from https://github.com/mbari-org/m3-quickstart. Just click on the green "Code" button on the upper right of the web page and select Download ZIP.