Skip to content

Commit

Permalink
Merge pull request #1880 from SEED-platform/dependency-update
Browse files Browse the repository at this point in the history
Removed vulnerable, outdated dependencies
  • Loading branch information
nllong committed May 28, 2019
2 parents e0aace1 + cba9549 commit 20fcba3
Show file tree
Hide file tree
Showing 7 changed files with 447 additions and 3,321 deletions.
124 changes: 0 additions & 124 deletions Gruntfile.js

This file was deleted.

4 changes: 2 additions & 2 deletions bin/protractor_start_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# starts local server and create test user for protractor tests

echo "updating webdriver"
./node_modules/.bin/webdriver-manager update --gecko=false
./node_modules/protractor/bin/webdriver-manager update --gecko=false
echo "migrating"
./manage.py migrate &> tox_migrate.log
echo "creating default user"
Expand All @@ -15,7 +15,7 @@ echo "starting server"
./manage.py runserver & &> main.log
sleep 15
echo "run e2e tests"
./node_modules/grunt/bin/grunt test
./node_modules/protractor/bin/protractor seed/static/seed/tests/protractor-tests/protractorConfigCoverage.js
# echo "install coverall merge stuffs"
# gem install coveralls-lcov
# pip install coveralls-merge
Expand Down
2 changes: 2 additions & 0 deletions docs/source/linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Install the following base packages to run SEED:
sudo apt install redis-server
sudo apt install timescaledb-postgresql-10 postgresql-contrib
# For running selenium/protractor
sudo apt install default-jre
.. note:: postgresql ``>=9.3`` is required to support `JSON Type`_

Expand Down

0 comments on commit 20fcba3

Please sign in to comment.