lewismc / iPReS

iPReS - An Internationalization (i18n) Product Retrieval Service for NASA JPL's PO.DAAC
http://lewismc.github.io/iPReS/
Apache License 2.0
5 stars 1 forks source link

Lein commands are not working with recent install #20

Closed lewismc closed 9 years ago

lewismc commented 9 years ago

When I install Leiningen

brew install leiningen

leiningen: stable 2.5.1, HEAD I follow the steps at https://github.com/lewismc/iPReS/tree/master/app#how-to-run-locally I get the following

lmcgibbn@LMC-032857 /usr/local/iPReS(master) $ lein ring server
'ring' is not a task. See 'lein help'.

Did you mean this?
         run
lewismc commented 9 years ago

The reason for this is that the README assumes the user is already in the app directory... this is not always the case.

lewismc commented 9 years ago

lmcgibbn@LMC-032857 /usr/local/iPReS/app(master) $ git push origin master Username for 'https://github.com': lewismc Password for 'https://lewismc@github.com': Counting objects: 4, done. Delta compression using up to 8 threads. Compressing objects: 100% (4/4), done. Writing objects: 100% (4/4), 458 bytes | 0 bytes/s, done. Total 4 (delta 3), reused 0 (delta 0) To https://github.com/lewismc/iPReS.git cc4aa5f..128a2b7 master -> master