ripple / rippled-historical-database

SQL database as a canonical source of historical data
97 stars 68 forks source link

npm install, not installing configuration files. #174

Closed anum94 closed 5 years ago

anum94 commented 6 years ago

I am using the steps mentioned here : https://developers.ripple.com/data-api.html#running-the-historical-database to eventually be able to connect to the Ripple Server.

When I am running the npm install command from inside the rippled-historical-database project folder, it is not downloading the config files. It is mentioned in the tutorial that: " The install script creates the required config files: config/api.config.json and config/import.config.json "

but these files are not being created in my case.

shekenahglory commented 6 years ago

the example config file is here: https://github.com/ripple/rippled-historical-database/blob/master/config/config.json.example - just copy that to config.json in the same directory, and update it with your credentials - depending on what you are trying to do, not everything in there may be necessary.

anum94 commented 6 years ago

is this file same as the config/api.config.json and config/import.config.json?

shekenahglory commented 6 years ago

the tutorial is outdated, the only config file is config.json, and both api and import use it.