Add a command output for reference.

This commit is contained in:
2015-03-29 22:59:59 +01:00
parent 4f923a3fad
commit e7e1199f48

View File

@@ -47,4 +47,14 @@ The configuration is passed by using environment variables.
Updating the SDE data
---------------------
To update the SDE data in the bot, use the ```gen_reference_data.py``` with a copy of the Sqlite conversion of the SDE, this will produce three json files that need to be copied to the data directory witthin the ```dropbot``` package.
To update the SDE data in the bot, use the ```gen_reference_data.py``` with a copy of the Sqlite conversion of the SDE, this will produce three json files that need to be copied to the data directory witthin the ```dropbot``` package.
$ python gen_reference_data.py eve.db
Importing Types...
Importing Stations...
Importing Map...
$ ls -1
map.json
stations.json
types.json