mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Changed distribution name
This commit is contained in:
parent
3382c20cb4
commit
0f4c7b04f7
@ -22,7 +22,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 maloja`. 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 server (e.g. in Proxmox).
|
||||||
|
|
||||||
2) Start the server with
|
2) Start the server with
|
||||||
|
|
||||||
@ -44,7 +44,7 @@ Also neat: You can use your **custom artist or track images**.
|
|||||||
maloja restart
|
maloja restart
|
||||||
maloja start
|
maloja start
|
||||||
|
|
||||||
3) Update Maloja with `pip install maloja --upgrade --no-cache-dir`
|
3) Update Maloja with `pip install malojaserver --upgrade --no-cache-dir`
|
||||||
|
|
||||||
4) Various folders have `.info` files with more information on how to use their associated features.
|
4) Various folders have `.info` files with more information on how to use their associated features.
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
apk add python3 python3-dev gcc libxml2-dev libxslt-dev py3-pip libc-dev
|
apk add python3 python3-dev gcc libxml2-dev libxslt-dev py3-pip libc-dev
|
||||||
pip3 install maloja
|
pip3 install malojaserver
|
||||||
|
2
setup.py
2
setup.py
@ -7,7 +7,7 @@ with open("README.md", "r") as fh:
|
|||||||
long_description = fh.read()
|
long_description = fh.read()
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name=module.name,
|
name="malojaserver",
|
||||||
version=".".join(str(n) for n in module.version),
|
version=".".join(str(n) for n in module.version),
|
||||||
author=module.author["name"],
|
author=module.author["name"],
|
||||||
author_email=module.author["email"],
|
author_email=module.author["email"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user