Skip to content

mjidris/irondb

 
 

Repository files navigation

irondb - Iron Meteorite Database

Dependencies and documentation

Tools

  • NPM - Node Package Manager
  • Gulp - Task Runner
    To install Gulp run npm install gulp-cli -g
  • Docker - Container Engine
    To install follow the instructions for your operating sytem here.

Install and run the project

Required Dependencies

  1. Node
  2. Gulp
  3. Docker

To Run with Docker-Compose Automatic

Docker must be running. This will allow you to install dependencies, build the containers, run the containers, and close the containers. This is the recommended method for deployment.

  1. cd irondb - change directory to root.
  2. ./iron.sh - builds and launches the Docker Composition. Use ./iron.sh -h for help. To install the servers and launch them: ./iron.sh -i. To launch from previously built containers: ./iron.sh -l.
  • To see the new React application, navigate with a browser to localhost:8001
  • To see the previously existing application, navigate with a browser to localhost:3001

NOTE: This README will be updated more as the migration to React for the front-end continues

About

Iron Meteorite Database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 41.5%
  • HTML 21.5%
  • CSS 16.9%
  • PLpgSQL 16.2%
  • Shell 2.4%
  • Python 0.8%
  • Other 0.7%