CesiumJS-based web app to show where OreSats are.
Install GDAL for your system. See GDAL Download.
Install python gdal wrapper
pip install gdal
Change to backend directory
cd backend
Make the tiles for the CesiumJS model
./make_tiles.sh
Build docker containers
docker-compose build
Start docker containers
docker-compose up
Goto localhost:9005
in a web browser
Change to backend directory
cd backend
Install Python dependencies
pip install -r requirements.txt
Start the app
./run.py
Change to frontend directory
cd frontend
Install nodejs
and yarn
for your system
sudo apt install nodejs yarnpkg
Install JavaScript dependencies
yarn install
Start the app
yarn dev
Goto localhost3000
in a web browser