- Create the start and stop scripts of your application.
- Example:
#!/bin/bash
cd /home/ubuntu/myapp/
java -jar myapp.jar --server.port=8888 &
This tutorial is inspired from this post on stackoverflow
I explain here how I subtreed the aircraft Citation X from the PAF Team addons repository
There will be 3 branches involved:
# Solution 1 - to be tested | |
# Source : # https://www.youtube.com/watch?v=ZmYPzESC5YY | |
import matplotlib.pyplot as plt | |
import matplotlib.animation as animation | |
from matplotlib import stype | |
style.use('fivethirtyeight') | |
fig = plt.figure() |