Skip to content
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

getting started #855

Closed
wroge opened this issue May 25, 2022 · 7 comments · Fixed by #856
Closed

getting started #855

wroge opened this issue May 25, 2022 · 7 comments · Fixed by #856
Assignees
Labels

Comments

@wroge
Copy link

wroge commented May 25, 2022

I am currently trying to get tegola up and running using the Getting-Started tutorial. Can anyone help me and tell me what I am doing wrong?

docker run --name postgis_postgres -e POSTGRES_PASSWORD=password -e POSTGRES_USER=postgres -p 5432:5432  postgis/postgis
export PGPASSWORD=password
export PGUSER=postgres
export PGHOST=localhost
psql -c 'CREATE DATABASE bonn;'
psql -c "CREATE USER \"user\";"
psql bonn < bonn_osm.dump
psql -c "CREATE USER tegola;"
psql -d bonn -c "GRANT SELECT ON ALL TABLES IN SCHEMA public TO tegola;"
psql -c "ALTER USER tegola WITH PASSWORD 'password';"
// Copy config.toml to current directory and change password to 'password'
./tegola serve --config=config.toml

At localhost:8080 i get this:
Bildschirmfoto 2022-05-25 um 11 27 52

@ARolek
Copy link
Member

ARolek commented May 25, 2022

What version of tegola are you using?

@iwpnd
Copy link
Member

iwpnd commented May 25, 2022

The v0.15.0 image does also not contain the viewer @ARolek - wasn’t sure if that was intentional or not.

@ARolek
Copy link
Member

ARolek commented May 25, 2022

@iwpnd thats not intentional. I'm wondering if the CI ran into an issue building the UI for embedding during the release.

@gdey
Copy link
Member

gdey commented May 25, 2022

@iwpnd I think I found the issue, it lies with our build system, I am working on a fix.
@wroge

@gdey gdey added the bug label May 25, 2022
@gdey gdey self-assigned this May 25, 2022
gdey added a commit that referenced this issue May 26, 2022
The UI stopped getting build by the CI. Updated the
workflow files to build the UI and upload it as an
artifact that people can use.

* Improved version command to contain additional version
information about the binary.
* Imporved the workflow to reduce amount of duplicated work
* include branch name as part of version information.

fixes #855
@gdey
Copy link
Member

gdey commented May 26, 2022

@wroge @iwpnd can you take a look at these artifacts and make sure it works as expected. Thanks.

@ARolek
Copy link
Member

ARolek commented May 26, 2022

I tested the amd64 artifact and it's working. Thanks for the quick fix @gdey

gdey added a commit that referenced this issue May 27, 2022
The UI stopped getting build by the CI. Updated the
workflow files to build the UI and upload it as an
artifact that people can use.

* Improved version command to contain additional version
information about the binary.
* Imporved the workflow to reduce amount of duplicated work
* include branch name as part of version information.
* moved redundant task to local actions so they can be reused

fixes #855
gdey added a commit that referenced this issue May 27, 2022
The UI stopped getting build by the CI. Updated the
workflow files to build the UI and upload it as an
artifact that people can use.

* Improved version command to contain additional version
information about the binary.
* Imporved the workflow to reduce amount of duplicated work
* include branch name as part of version information.
* moved redundant task to local actions so they can be reused

fixes #855
gdey added a commit that referenced this issue May 27, 2022
The UI stopped getting build by the CI. Updated the
workflow files to build the UI and upload it as an
artifact that people can use.

* Improved version command to contain additional version
information about the binary.
* Imported the workflow to reduce amount of duplicated work
* include branch name as part of version information.
* moved redundant task to local actions to improve reuse of workflow code

fixes #855
gdey added a commit that referenced this issue May 27, 2022
The UI stopped getting build by the CI. Updated the
workflow files to build the UI and upload it as an
artifact that people can use.

* Improved version command to contain additional version
information about the binary.
* Imported the workflow to reduce amount of duplicated work
* include branch name as part of version information.
* moved redundant task to local actions to improve reuse of workflow code

fixes #855
gdey added a commit that referenced this issue May 27, 2022
The UI stopped getting build by the CI. Updated the
workflow files to build the UI and upload it as an
artifact that people can use.

* Improved version command to contain additional version
information about the binary.
* Imported the workflow to reduce amount of duplicated work
* include branch name as part of version information.
* moved redundant task to local actions to improve reuse of workflow code

fixes #855
gdey added a commit that referenced this issue May 27, 2022
The UI stopped getting build by the CI. Updated the
workflow files to build the UI and upload it as an
artifact that people can use.

* Improved version command to contain additional version
information about the binary.
* Imported the workflow to reduce amount of duplicated work
* include branch name as part of version information.
* moved redundant task to local actions to improve reuse of workflow code

fixes #855
gdey added a commit that referenced this issue May 27, 2022
The UI stopped getting build by the CI. Updated the
workflow files to build the UI and upload it as an
artifact that people can use.

* Improved version command to contain additional version
information about the binary.
* Imported the workflow to reduce amount of duplicated work
* include branch name as part of version information.
* moved redundant task to local actions to improve reuse of workflow code

fixes #855
gdey added a commit that referenced this issue May 27, 2022
The UI stopped getting build by the CI. Updated the
workflow files to build the UI and upload it as an
artifact that people can use.

* Improved version command to contain additional version
information about the binary.
* Imported the workflow to reduce amount of duplicated work
* include branch name as part of version information.
* moved redundant task to local actions to improve reuse of workflow code

fixes #855
gdey added a commit that referenced this issue May 27, 2022
The UI stopped getting build by the CI. Updated the
workflow files to build the UI and upload it as an
artifact that people can use.

* Improved version command to contain additional version
information about the binary.
* Imported the workflow to reduce amount of duplicated work
* include branch name as part of version information.
* moved redundant task to local actions to improve reuse of workflow code

fixes #855
@wroge
Copy link
Author

wroge commented May 27, 2022

It works very well, thanks for the quick fix :)

@gdey gdey closed this as completed Jun 1, 2022
gdey added a commit that referenced this issue Jun 2, 2022
The UI stopped getting build by the CI. Updated the
workflow files to build the UI and upload it as an
artifact that people can use.

* Improved version command to contain additional version
information about the binary.
* Imported the workflow to reduce amount of duplicated work
* include branch name as part of version information.
* moved redundant task to local actions to improve reuse of workflow code

fixes #855
gdey added a commit that referenced this issue Jun 2, 2022
The UI stopped getting build by the CI. Updated the
workflow files to build the UI and upload it as an
artifact that people can use.

* Improved version command to contain additional version
information about the binary.
* Imported the workflow to reduce amount of duplicated work
* include branch name as part of version information.
* moved redundant task to local actions to improve reuse of workflow code

fixes #855
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants