Hacker News new | ask | show | jobs
by mattatkeyboard 2346 days ago
esqlate-server lives at https://github.com/forbesmyester/esqlate-server

It might be the instructions for install a bit off but I've tested on MacOS and Ubuntu (both BASH)... Which method is your install? If it's Docker Compose ( https://github.com/forbesmyester/esqlate#docker-compose-meth... ) it has a BASH line there in the README that does the checkout for you.

[ ! -d "esqlate-server" ] && git clone git@github.com:forbesmyester/esqlate-server.git esqlate-server

1 comments

You may want to revisit how you do this. At the very least use git submodules so a particular version of your code pulls the correct version of a dependency.