This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| computing:airsonic [2022/07/31 21:02] – oemb1905 | computing:airsonic [2023/12/25 18:23] (current) – oemb1905 | ||
|---|---|---|---|
| Line 19: | Line 19: | ||
| Change port to needed port (8081) | Change port to needed port (8081) | ||
| - | wget https:// | + | wget https:// |
| mv airsonic.war / | mv airsonic.war / | ||
| gpg --keyserver keyserver.ubuntu.com --recv 0A3F5E91F8364EDF | gpg --keyserver keyserver.ubuntu.com --recv 0A3F5E91F8364EDF | ||
| Line 59: | Line 59: | ||
| wget https:// | wget https:// | ||
| | | ||
| - | Once you run the .war it will create all necessary sub folders. I am still not clear on how to migrate meta-data between instances. The wget above is for the .war that is current as of this post; make sure to always check! | + | Once you run the .war it will create all necessary sub folders. I am still not clear on how to migrate meta-data between instances. The wget above is for the .war that is current as of this post; make sure to always check. Also, if your server stops/ |
| - | + | ||
| - | --- // | + | #!/bin/sh |
| + | | ||
| + | if | ||
| + | ps -ef | grep "java -jar" > / | ||
| + | tail -n -2 / | ||
| + | then | ||
| + | echo " | ||
| + | else | ||
| + | export TERM=' | ||
| + | su - airsonic << | ||
| + | script | ||
| + | screen -S airsonic bash -c "java -jar -Dserver.port=8081 / | ||
| + | SHT | ||
| + | fi | ||
| + | |||
| + | I tested this and it runs flawlessly. Don't forget these mods when migrating or setting up a new instance. | ||
| + | |||
| + | sudo a2enmod proxy_http | ||
| + | sudo a2enmod proxy | ||
| + | |||
| + | --- // | ||