mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Added ubuntu install script
This commit is contained in:
parent
e2c7e57918
commit
c99ccd0586
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,7 +1,7 @@
|
|||||||
# generic temporary / dev files
|
# generic temporary / dev files
|
||||||
*.pyc
|
*.pyc
|
||||||
*.sh
|
*.sh
|
||||||
!/alpine_install.sh
|
!/install_*.sh
|
||||||
*.note
|
*.note
|
||||||
*.xcf
|
*.xcf
|
||||||
nohup.out
|
nohup.out
|
||||||
|
@ -27,7 +27,7 @@ Also neat: You can use your **custom artist or track images**.
|
|||||||
|
|
||||||
## How to install
|
## 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
|
2) Start the server with
|
||||||
|
|
||||||
|
4
install_ubuntu.sh
Normal file
4
install_ubuntu.sh
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
apt update
|
||||||
|
apt install python3 python3-pip
|
||||||
|
pip3 install malojaserver
|
Loading…
Reference in New Issue
Block a user