Overview
JSatorb¶
- jsatorb-cesium-front
git clone https://sourceforge.isae.fr/git/jsatorb-cesium-front
- jsatorb-eclipse-service
git clone https://sourceforge.isae.fr/git/jsatorb-eclipse-service
- jsatorb-propagation-service
git clone https://sourceforge.isae.fr/git/jsatorb-propagation-service
- jsatorb-celestrak-json-proxy
git clone https://sourceforge.isae.fr/git/celestrak-json-proxy
Installation
- Npm et nodejs
curl -sL https://deb.nodesource.com/setup_11.x | sudo -E bash -
sudo apt install -y nodejs
- Angular as global
npm install -g @angular/cli
- java
- maven
sudo apt-get install maven
- anaconda
wget https://repo.anaconda.com/archive/Anaconda3-2018.12-Linux-x86_64.sh
curl -sL https://deb.nodesource.com/setup_11.x | sudo -E bash - sudo apt install -y nodejs
npm install -g @angular/cli
sudo apt-get install maven
wget https://repo.anaconda.com/archive/Anaconda3-2018.12-Linux-x86_64.sh
- orekit sur anaconda
conda install orekit
- bottle
conda install bottle
Launch
- Propagation Service
python MissionAnalysisREST.py
python MissionAnalysisREST.py
- Eclipse service
java -jar target/mission-analysis-1.0-SNAPSHOT-jar-with-dependencies.jar
- celestrak-proxy
npm install npm start
- jsatorb-front
npm install ng serve