9 lines
254 B
Bash
9 lines
254 B
Bash
cd /opt/
|
|
git clone https://github.com/tinyclues/saltpad.git -b saltpad_v1
|
|
#git clone https://github.com/Lothiraldan/saltpad.git
|
|
cd saltpad
|
|
virtualenv venv
|
|
source venv/bin/activate
|
|
pip install -r requirements.txt
|
|
pip install chaussette
|
|
pip install pyyaml
|