Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Install Scripts

mike-tulubaev edited this page Jan 19, 2021 · 1 revision

Development Scripts

There are three OpenMappr development setup scripts available, one for macOS, Ubuntu, and Fedora. At this time, developing on Windows is not officially supported. These scripts can get you up and running in just a few moments, without needing to go line by line through the local set up.

Each script will confirm if you want to set up OpenMappr. These scripts are designed to check for existing prerequisites before trying to install them. This way, if your machine already has half the requirements for OpenMappr, these scripts will install the other half without any issues.

Open up a terminal and navigate to where you want to clone OpenMappr. Execute the command below for your operating system, and the process will begin.

MacOS Development Setup

Raw Script Contents

bash <(curl -sSL https://mappr.io/development-mac)

Ubuntu Development Setup

Raw Script Contents

bash <(curl -sSL https://mappr.io/development-ubuntu)

Fedora Development Setup

Raw Script Contents

bash <(curl -sSL https://mappr.io/development-fedora)

Production Scripts

There are two scripts available for production use. One uses a local Mongo container and the other uses a remote Mongo host.

Log into the server you want to use and run either command below. The script will prompt you for the domain and the environment variables.

Local Database Install

Raw Script Contents

bash <(curl -sSL http://mappr.io/production-local-install)

Remote Database Install

Raw Script Contents

bash <(curl -sSL http://mappr.io/production-remote-install)

Clone this wiki locally