./public/config.json
contains configurations for the main tank and exhauster endpoint along with an optional MapBox Access key to make the geocoder work.
- Create
config.json
- Run container and mount config file:
docker run --rm -it --name navigator --link tank -v /opt/navigator/config.json:/usr/share/nginx/html/config.json docker.pkg.github.com/aperture-sh/navigator/navigator:latest
- For a Aperture Infrastructure quickstart see
README.md
here Tank. - For production environments see our provisioning scripts using Ansible and Terraform.
In the project directory, you can run:
Runs the app in the development mode. Requests to /tank
and /exhauster
will be proxied to the ip address set in package.json
using the proxy
property.
Open http://localhost:3000 to view it in the browser.
Builds the app for production to the build
folder.
Navigator is licensed under the Apache License, Version 2.0.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.