Building a new Protege version on Dev

  1. You will be notified of the new build number.  For example: nci-1.001
  2. On the dev machine go to /local/project and create a directory "mkdir nciedittab-dev-1.001"
  3. Enter the directory and checkout the project from git "git clone https://github.com/ncievs/nci-protege5.git"
  4. The clone will create a directory "nci-protege5".   Enter into the scripts subdirectory "cd nci-protege5/scripts/"
  5. Run the build script, passing in the version number "./build.sh nci-1.001"