Skip to content

Commit

Permalink
Change outdated *make* syntax [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
junaruga committed Aug 12, 2020
1 parent 707cae3 commit 2b53687
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down

0 comments on commit 2b53687

Please sign in to comment.