mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-28 14:12:13 +03:00
Move main scripts back into src/eddn/
So, yes, running any of these absolutely directly: cd src python eddn/Gateway.py will fail. But you *can*: cd src python -m eddn.Gateway and they work perfectly fine.
This commit is contained in:
parent
242fdff00c
commit
b437df5af8
@ -391,7 +391,7 @@ this application directly from the source:
|
|||||||
|
|
||||||
```
|
```
|
||||||
cd <eddn files>/src
|
cd <eddn files>/src
|
||||||
python EDDN_Gateway.py --config <full path to config.json>
|
python -m eddn.Gateway --config <full path to config.json>
|
||||||
```
|
```
|
||||||
|
|
||||||
Check the `systemd/eddn_<environment>_config` files for the location of
|
Check the `systemd/eddn_<environment>_config` files for the location of
|
||||||
|
Loading…
x
Reference in New Issue
Block a user