https://github.com/dahie/kebus
Service to find nearby public transport ticket apps
https://github.com/dahie/kebus
Last synced: 8 months ago
JSON representation
Service to find nearby public transport ticket apps
- Host: GitHub
- URL: https://github.com/dahie/kebus
- Owner: Dahie
- Created: 2023-01-06T15:09:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-18T05:59:33.000Z (about 1 year ago)
- Last Synced: 2025-01-11T18:50:37.167Z (9 months ago)
- Language: CSS
- Size: 142 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
## Development
Install Postgres.app
# connect to SQL and run `CREATE EXTENSION postgis;`
brew install libgeos
bundle
rails db:setupThis README would normally document whatever steps are necessary to get the
application up and running.Things you may want to cover:
* Ruby version
* System dependencies
* Configuration
* Database creation
* Database initialization
* How to run the test suite
* Services (job queues, cache servers, search engines, etc.)
* Deployment instructions
* ...