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

Installation Wiki #1

Open
krishnaarava opened this issue Oct 26, 2013 · 1 comment
Open

Installation Wiki #1

krishnaarava opened this issue Oct 26, 2013 · 1 comment
Assignees

Comments

@krishnaarava
Copy link

Could you add installation Wiki?

@sroycode
Copy link

this worked for me

git clone https://github.com/eelpie/common-geo-model
cd common-geo-model/
mvn clean install
cd ..
git clone https://github.com/eelpie/common-views.git
cd common-views/
mkdir -p lib
cp ../common-geo-model/target/.jar lib/
mvn clean install
cd ..
git clone https://github.com/tonytw1/nominatim-ac.git
mkdir -p lib
cp ../common-geo-model/target/
.jar lib/
cp ../common-views/target/*.jar lib/
mvn clean install

@tonytw1 tonytw1 self-assigned this Apr 6, 2015
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

3 participants