mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Added initial basic dev instructions, GH-57
This commit is contained in:
parent
ed309dd36e
commit
5ba455dc92
13
DEVELOPMENT.md
Normal file
13
DEVELOPMENT.md
Normal file
@ -0,0 +1,13 @@
|
||||
# Basic Development Instructions
|
||||
|
||||
After you've cloned the repository, traverse into the `maloja` folder with `cd maloja`.
|
||||
|
||||
Make sure all dependencies are installed.
|
||||
Your system needs a few packages, on Alpine Linux these should all be installed with `sh install_alpine.sh`.
|
||||
Python dependencies can be installed with `pip install -r requirements.txt`
|
||||
|
||||
## Running the server
|
||||
|
||||
You can quickly run the server with all your local changes with `python3 -m maloja.proccontrol.control run`.
|
||||
|
||||
You can also build the package with `pip install .`.
|
Loading…
Reference in New Issue
Block a user