Bump eventsource from 1.0.7 to 1.1.1 in /airavata_mft/static/common Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. - [Release notes](https://github.com/EventSource/eventsource/releases) - [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md) - [Commits](https://github.com/EventSource/eventsource/compare/v1.0.7...v1.1.1) --- updated-dependencies: - dependency-name: eventsource dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Airavata Managed File Transfer is a standalone service to orchestrate data movement between various cloud and high performance computing storages. The MFT Portal provides a dashboard to monitor and users to request the transfers.
Checkout this project and create a virtual environment.
cd airavata-mft-portal python3 -m venv venv source venv/bin/activate pip install -r requirements.txt
Upgrade pip and setuptools using the following commands if faced with errors while installing the requirments.txt file
pip install --upgrade pip pip install --upgrade setuptools
Build js files
./build_js.sh
Run the server
python manage.py runserver
Run webpack development server from airavata_mft/apps/workspace
npm run serve
Point your browser to http://localhost:8000/workspace/storage/