Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • IDE: Intellij

  • Vagrant

    • Install Vagrant https://www.vagrantup.com/ 

    • Install VirtualBox https://www.virtualbox.org/wiki/Downloads 

    • This is for using the used for instead of deploying all services in v2, vagrant connects to the deployed incore2-services.ncsa.illinois.edu machine instead of your local one. 

    • To run vagrant you need to have in the same directory the clone of 3 projects from bitbucket.org (version 2 code): analyses, incore, pyincore

    • To run vagrant cd into the incore directory and run `vagrant up`

    • In case you want to run a service locally, you will need to comment out the respective service on the vagrantfile in the incore directory and then do a:  `vagrant reload`

  • Additional items ...

  • Development workflow