Platform for annotating physiological waveform data.
sudo apt-get install sqlite3
.$ wget https://download.redis.io/releases/redis-6.2.6.tar.gz
$ tar xzf redis-6.2.6.tar.gz
$ cd redis-6.2.6
$ make
$ make install
python3 -m venv env
.source env/bin/activate
.pip install -r requirements.txt
.cp .env.example .env
.waveform-django
directory:
python manage.py runserver
to run the server.redis-server
in another terminal tab. You should be able to see the content of the website which would have been sent on the live site. If you do not run this command first before testing out the parts of the site which need cache, you will receive a ConnectionRefusedError: [Errno 61] Connection refused
error.python -m smtpd -n -c DebuggingServer localhost:1025
in another terminal tab. You should be able to see the content of the email which would have been sent on the live site. If you do not run this command first before testing out the email features, you will receive a ConnectionRefusedError: [Errno 61] Connection refused
error.python manage.py migrate --run-syncdb
python manage.py flush
deactivate
cd waveform-django
, sqlite3 db.sqlite3
, then select * from waveforms_annotation;