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

local-install.sh file not found #137

Closed
Aljendro opened this issue Apr 16, 2017 · 2 comments
Closed

local-install.sh file not found #137

Aljendro opened this issue Apr 16, 2017 · 2 comments

Comments

@Aljendro
Copy link

Aljendro commented Apr 16, 2017

The README has a reference to run local-install.sh, but the file was deleted a while ago...
I am not sure how to replicate the file so that it works with the current state of the project.

@harold
Copy link
Contributor

harold commented Apr 17, 2017

Thanks for this report! Cortex has been simplified significantly recently, obviating the need for the local-install.sh script.

Now, if you want to run from the latest, a simple lein install of the projects you plan to build/develop/run locally will do.

Personally, I run something like this pretty frequently:

harold@gibson:~/src$ cd cortex/
harold@gibson:~/src/cortex$ lein install
Compiling 1 source files to /home/harold/src/cortex/target/classes
Created /home/harold/src/cortex/target/cortex-0.9.3-SNAPSHOT.jar
Wrote /home/harold/src/cortex/pom.xml
Installed jar and pom into local repo.

harold@gibson:~/src/cortex$ cd experiment/
harold@gibson:~/src/cortex/experiment$ lein install
Created /home/harold/src/cortex/experiment/target/experiment-0.9.3-SNAPSHOT.jar
Wrote /home/harold/src/cortex/experiment/pom.xml
Installed jar and pom into local repo.

I'll also look at updating the readme. Thanks again.

@harold
Copy link
Contributor

harold commented Apr 17, 2017

Here is what that file looked like (in case that's helpful for some reason):
https://github.com/thinktopic/cortex/blob/cb75dd243f3229997846df64fbbb9c6007f7a386/local-install.sh

@harold harold mentioned this issue Apr 17, 2017
harold added a commit that referenced this issue Apr 17, 2017
Script was removed when the many projects became one.

Addresses issue: #137

Notably, we should eventually replace this with a nice HACKING.md file, as per: #138
@harold harold closed this as completed Apr 17, 2017
joycex99 pushed a commit that referenced this issue Jul 31, 2017
Script was removed when the many projects became one.

Addresses issue: #137

Notably, we should eventually replace this with a nice HACKING.md file, as per: #138
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