Added ubuntu install script

This commit is contained in:
Krateng 2019-12-10 18:59:21 +01:00
parent e2c7e57918
commit c99ccd0586
4 changed files with 6 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,7 +1,7 @@
# generic temporary / dev files
*.pyc
*.sh
!/alpine_install.sh
!/install_*.sh
*.note
*.xcf
nohup.out

View File

@ -27,7 +27,7 @@ Also neat: You can use your **custom artist or track images**.
## How to install
1) Download Maloja with the command `pip install malojaserver`. Make sure to use the correct python version (Use `pip3` if necessary). I've provided a simple .sh file to get Maloja going on an Alpine server (e.g. in Proxmox).
1) Download Maloja with the command `pip install malojaserver`. Make sure to use the correct python version (Use `pip3` if necessary). I've provided a simple .sh file to get Maloja going on an Alpine or Ubuntu server / container.
2) Start the server with

4
install_ubuntu.sh Normal file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
apt update
apt install python3 python3-pip
pip3 install malojaserver