diff --git a/README.md b/README.md index e313f33d..6fc39848 100755 --- a/README.md +++ b/README.md @@ -35,10 +35,10 @@ running with no mess, no fuss: git clone https://github.com/FNNDSC/ChRIS_ultron_backend cd ChRIS_ultron_backend # Run full CUBE instantiation with tests: -*unmake* ; sudo rm -fr FS; rm -fr FS; *make* +./unmake.sh ; sudo rm -fr FS; rm -fr FS; ./make.sh # Skip unit and integration tests and the intro: -*unmake* ; sudo rm -fr FS; rm -fr FS; *make* -U -I -s +./unmake.sh ; sudo rm -fr FS; rm -fr FS; ./make.sh -U -I -s ``` The resulting instance uses the default Django development server and therefore is not suitable for production. diff --git a/make.sh b/make.sh index 68ffa863..beaeea98 100755 --- a/make.sh +++ b/make.sh @@ -26,11 +26,11 @@ # # Run full CUBE instantiation with tests: # -# unmake.sh ; sudo rm -fr FS; rm -fr FS; make.sh +# ./unmake.sh ; sudo rm -fr FS; rm -fr FS; ./make.sh # # Skip unit and integration tests and the intro: # -# unmake.sh ; sudo rm -fr FS; rm -fr FS; make.sh -U -I -s +# ./unmake.sh ; sudo rm -fr FS; rm -fr FS; ./make.sh -U -I -s # # ARGS #