-
Notifications
You must be signed in to change notification settings - Fork 0
Install 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.
bash <(curl -sSL https://mappr.io/development-mac)bash <(curl -sSL https://mappr.io/development-ubuntu)bash <(curl -sSL https://mappr.io/development-fedora)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.
bash <(curl -sSL http://mappr.io/production-local-install)bash <(curl -sSL http://mappr.io/production-remote-install)