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

Is this functional on windows? #32

Open
mitchmeyer1 opened this issue Jul 31, 2013 · 1 comment
Open

Is this functional on windows? #32

mitchmeyer1 opened this issue Jul 31, 2013 · 1 comment

Comments

@mitchmeyer1
Copy link

There is no instructions about windows installation, only Linux. Is it even possible?

@tanderegg
Copy link

The basic ruby library should work on any platform, although I haven't tried it on Windows, so it's possible will be some modifications needed.

The main difference will be the database import scripts in /build, which are Linux bash scripts. Those won't work on Windows, so you'd have to write your own method for importing the raw TIGER/Line data into a SQLite database of the proper structure.

The small REST API is written for Sinatra, so you'd have to use the Thin webserver to run it locally, but that shouldn't be a problem.

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

No branches or pull requests

2 participants