Update README.md

18-stitch-offset-bug
Brenda 2017-05-07 10:51:25 -04:00 zatwierdzone przez GitHub
rodzic b67246485c
commit 1c7ef6a07f
1 zmienionych plików z 11 dodań i 0 usunięć

Wyświetl plik

@ -10,3 +10,14 @@ The app has been tested on Python version 2.7 with the following dependencies:
* pycparser 2.17
* pyparsing 2.1.5
* svgwrite 1.1.8
To run the server:
* Clone this repo
* If you are installing to a Linux platform that supports chkconfig, copy `./bin/knittingtools-chkconfig` to the location appropriate for your flavor of Linux (usually /etc/rc.d/init.d).
* Start, stop or restart the server using the following commands:
** `sudo service knittingtools start`
** `sudo service knittingtools stop`
** `sudo service knittingtools restart`
* Use the following command to determine the server's current status:
** `sudo service knittingtools status`