-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update the readme. #20
Comments
I am not sure if I doing wrong with commands or I'm having an installation issue. As docker newbie, I think that maybe README should be more step by step tutorial focused.
So I have supposed that it is due to database have to be initializate , data have to be imported, as "Once data is loaded and users have been created run the webserver" says, so I try to do it following the other commands:
I suppose last one is due to "import" command didn't work. I also try running comand one by one like: |
what is import.osm ? is this kind of special file, or where can I found more details about it ? edit: I can user any .pbf file and call them import.pbf and this works, aparently |
Usage:
docker run [COMMAND ...]
Run OpenStreetMap Tile Server related operations in a docker container.
Positional arguments:
The command to run. (default:
help
)Commands
[COMMAND ]
:Set up a database saved on an external volume:
The following command will initialise the postgresql database on an external
volume that can be used to persist the data:
Import data:
The following will import the .osm file at
/tmp/import.osm
into the database.Start the webserver:
Once data is loaded and users have been created run the webserver:
The text was updated successfully, but these errors were encountered: