You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Confirm you can reach the following URLs

 Running In-Core

  • Note: After installing ERGO and following the instructions in the tutorial, clone the repository for IN-CORE1 (below). To run In-Core (instead of ergo)
  • After launching the ERGO application you will need to get access to a database. (Often referred to as 'dev repository')

    • In the catalog tab (left bottom view). If it is not visible go to Window → Show View → Catalog.

    • Click on the 'New Repository' button

    • Select WebDAV repository, click Next

    • Fill up the following values:

    • Click next and a new repository should show up in the catalog view.

 How to setup your Dev Environment

  • IDE: Intellij

  • Vagrant

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

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

    • This is 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

  • No labels