Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chn0m4g3 committed Oct 28, 2016
1 parent 624cf57 commit 40a926d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Binary file modified doc/dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 40a926d

Please sign in to comment.