diff --git a/README.md b/README.md index 2cfdfc2..d142409 100644 --- a/README.md +++ b/README.md @@ -10,15 +10,16 @@ The `conf` directory comprises all necessary files to configure the charge point The `supervisord.conf` is used to start eMobility under supervision of supervisord. -In case you want to run the dockerized eMobility independently, you must modify the config files to match your environment and rebuild the docker image. +Using systemd, copy the `systemd/emobility.service` to `/etc/systemd/system/emobility.service` and start using -Using upstart, copy the `upstart/eMobility.conf` to `/etc/init/eMobility.conf` and start using +``` +systemctl enable emobility +systemctl start emobility +``` -`service emobility start` +This will make sure that the docker container is started with the appropriate permissions and port mappings. Further, it autostarts during boot. -This will make sure that the docker container is started with the appropriate rights. Further, it autostarts during boot. In the T-Pot setup, some ports are excluded as they need to be reserved for other honeypot daemons running in parallel. - -By default all data will be stored in `/data/emobility/` until the honeypot service will be restarted which is by default every 24 hours. If you want to keep data persistently simply rename `/data/persistence.off` to `/data/persistence.on`. Be advised to establish some sort of log management if you wish to do so. +By default all data will be stored in `/data/emobility/` until the honeypot service will be restarted which is by default every 24 hours. If you want to keep data persistently simply edit the ``service`` file, find the line that contains ``clean.sh`` and set the option from ``off`` to ``on``. Be advised to establish some sort of log management if you wish to do so. # eMobility Dashboard diff --git a/doc/dashboard.png b/doc/dashboard.png index a6f9da1..8ff31a5 100644 Binary files a/doc/dashboard.png and b/doc/dashboard.png differ