Skip to content

Commit

Permalink
refactor install script
Browse files Browse the repository at this point in the history
  • Loading branch information
RduMarais committed May 9, 2022
1 parent 2712abc commit f7428bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ echo "\n### 5. Starting REDIS ###\n"
docker run -p 6379:6379 -d redis:5

echo "\n### 6. Checking that everything is allright ###\n"
python -c 'import magic' 2&> /dev/null || echo '! IMPORTANT !\nimport libmagic on linux with \n $sudo apt-get install libmagic1 \nor on MacOS with \nbrew install libmagic'
python manage.py test


Expand Down

0 comments on commit f7428bb

Please sign in to comment.