You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@orangejulius I was also having trouble figuring out how to start the libpostal server. Is go-whosonfirst-libpostal the intended way to start a libpostal server?
Start the API
After installing
placeholder
, start the service by navigating to the directory you installed it in, and running:The port number
3000
corresponds to the port you specified inapi.services.placeholder.url
.After installing
go-whosonfirst-libpostal
, start the service by navigating to the directory you installed it in, and running:The port number
8080
corresponds to the port you specified inapi.services.libpostal.url
(defaults to 8080).Now that the API knows how to connect to Elasticsearch and all other Pelias services, all that is
required to start the API is:
The text was updated successfully, but these errors were encountered: