source: gs3-installations/intermuse/trunk/sites/intermuse/collect/programmes-and-performers/FULL-REBUILD.sh@ 37154

Last change on this file since 37154 was 37154, checked in by davidb, 15 months ago

Reminder about another script to run

  • Property svn:executable set to *
File size: 305 bytes
Line 
1#!/bin/bash
2
3./IMPORT.sh && ./BUILDCOL.sh && ./ACTIVATE.sh
4
5
6if [ $? = 0 ] ; then
7 echo ""
8 echo "****"
9 echo "* Don't forget to run:"
10 echo "* ./SUBMIT-ALL-OPENANNOTATION-LISTS.sh"
11 echo "* To ingest the OpenAnnotations into the SimpleAnnotationStore"
12 echo "****"
13 echo ""
14fi
Note: See TracBrowser for help on using the repository browser.