Update README.md

pull/118/head
Jens Diemer 2022-08-29 21:24:57 +02:00 zatwierdzone przez GitHub
rodzic e1fe72b11d
commit 1d34e3ccf0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 31 dodań i 24 usunięć

Wyświetl plik

@ -48,30 +48,6 @@ Future ideas:
any many more... ;)
## local development installation
e.g.:
```
# Clone project (Use your fork SSH url!):
~$ git clone https://github.com/jedie/PyInventory.git
~$ cd PyInventory
~/PyInventory$ ./devshell.py
```
Helpful for writing and debugging unittests is to run a local test server.
e.g.:
```
~/PyInventory$ ./devshell.py run_testserver
```
The web page is available via: `http://127.0.0.1:8000/`
You can also pass a other port number or `ipaddr:port` combination. See: `./devshell.py run_testserver --help`
Call manage commands from test project, e.g.:
```
~/PyInventory$ ./devshell.py manage --help
```
## Screenshots
@ -118,6 +94,37 @@ e.g.:
More screenshots are here: [jedie.github.io/tree/master/screenshots/PyInventory](https://github.com/jedie/jedie.github.io/blob/master/screenshots/PyInventory/README.creole)
## local development installation
e.g.:
```
# Clone project (Use your fork SSH url!):
~$ git clone https://github.com/jedie/PyInventory.git
~$ cd PyInventory
~/PyInventory$ ./devshell.py
```
Helpful for writing and debugging unittests is to run a local test server.
e.g.:
```
~/PyInventory$ ./devshell.py run_testserver
```
The web page is available via: `http://127.0.0.1:8000/`
You can also pass a other port number or `ipaddr:port` combination. See: `./devshell.py run_testserver --help`
Run tests, e.g.:
```
~/PyInventory$ ./devshell.py pytest
```
Call manage commands from test project, e.g.:
```
~/PyInventory$ ./devshell.py manage --help
```
## Backwards-incompatible changes
### v0.7.0