Browse Source

matching to style guide

pull/151/head
Katie Kowalsky 8 years ago
parent
commit
0c8caea901
  1. 8
      installing.md

8
installing.md

@ -280,15 +280,13 @@ reindex all your data after making schema changes.
### Run the importers ### Run the importers
Now that the schema is set up, you're ready to begin importing data! Now that the schema is set up, you're ready to begin importing data.
Our [goal](https://github.com/pelias/pelias/issues/255) is that eventually you'll be able to run all Our [goal](https://github.com/pelias/pelias/issues/255) is that eventually you'll be able to run all
the importers with simply `cd $importer_directory; npm start`. We are now really close, and all but the importers with simply `cd $importer_directory; npm start`.
one importer follows this pattern!
That importer is the [Geonames](https://github.com/pelias/geonames/) importer, please see its README file That importer is the [Geonames](https://github.com/pelias/geonames/) importer, please see its README file
for the most up to date instructions. By the way, we'd love to see a pull request to allow it to for the most up to date instructions.
read configuration from `pelias.json` like the other impoters.
Depending on how much data you've imported, now may be a good time to grab a coffee. Without admin Depending on how much data you've imported, now may be a good time to grab a coffee. Without admin
lookup, the fastest speeds you'll see are around 10,000 records per second. With admin lookup, lookup, the fastest speeds you'll see are around 10,000 records per second. With admin lookup,

Loading…
Cancel
Save