https://github.com/osm2pgsql-dev/osm2pgsql-website
Website for the osm2pgsql project
https://github.com/osm2pgsql-dev/osm2pgsql-website
openstreetmap osm2pgsql
Last synced: about 1 month ago
JSON representation
Website for the osm2pgsql project
- Host: GitHub
- URL: https://github.com/osm2pgsql-dev/osm2pgsql-website
- Owner: osm2pgsql-dev
- Created: 2020-07-31T18:54:14.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-07T14:38:14.000Z (about 1 month ago)
- Last Synced: 2025-04-07T15:36:51.207Z (about 1 month ago)
- Topics: openstreetmap, osm2pgsql
- Language: SCSS
- Homepage: https://osm2pgsql.org/
- Size: 12.1 MB
- Stars: 10
- Watchers: 8
- Forks: 26
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: news/index.md
- Support: support/index.md
Awesome Lists containing this project
README
# Website osm2pgsql.org
This is the source code for the website of the osm2pgsql software at
[osm2pgsql.org](https://osm2pgsql.org).It is written using the static web site generator
[Jekyll](https://jekyllrb.com/).## Development
The code is expected to be run on stable Debian using ruby packages from
the distribution. To install the required packages run:```
sudo apt install ruby ruby-bundler jekyll jekyll-theme-minima \
ruby-kramdown-parser-gfm ruby-jekyll-feed \
ruby-jekyll-last-modified-at
```Then check out the repository and build the site:
```
git clone https://github.com/osm2pgsql-dev/osm2pgsql-website
cd osm2pgsql-website
touch contact.md
bundle exec jekyll serve
```You'll then have a local version running on `http://127.0.0.1:4000/`.
You can also install the ruby packages from gems. Simply run
`gem install bundler jekyll && bundle install` after checking out the code.
Please make sure to not submit any accidental changes to the `Gemfile.lock`
file in PRs, if you compile this way.## Contributing
Read https://osm2pgsql.org/contribute/ for more about helping out.
## Manpages
To create the osm2pgsql-replication man page call (in the osm2pgsql repo):
```
groff -mandoc -Thtml man/osm2pgsql-replication.1
```Copy the result into a page similar to `doc/man/osm2pgsql-replication-1.6.0.md`
and add a link to `doc/man/index.md`.## Icons
Some icons are from [Ionicons](https://github.com/ionic-team/ionicons).