This release is a pre-release and may not be stable for production use.
OpenREM is a Django app to extract, store and export Radiation Exposure Monitoring related information, primarily from DICOM files.
Full documentation can be found on Read the Docs: http://docs.openrem.org
For upgrades, please look at the version 0.4.3 release notes
Quick start - please refer to the full documentation for details
(Linux path notation - use back slashes for Windows paths except in config files)
Install python 2.7
Install setuptools and pip
Install RabbitMQ
Install OpenREM:
pip install openrem
- Configure OpenREM
Locate install location, typically something/lib/python2.7/site-packages/openrem
There are two files that need renaming:
openrem/openrem/local_settings.py.example to openrem/openrem/local_settings.py and openrem/openrem/wsgi.py.example to openrem/openrem/wsgi.py
in the local_settings.py file, set the database details.
For testing purposes, use:
'ENGINE': 'django.db.backends.sqlite3' 'NAME': '/ENTER/PATH/WHERE/DB/FILE/CAN/GO.db'
in the local_settings.py file, set the upload and download folder MEDIA_ROOT
Create the database:
python path/to/openrem/manage.py syncdb
Start test web server:
python path/to/openrem/manage.py runserver
Start the Celery task queue. For testing purposes, in a shell go to the openrem folder and use:
celery -A openrem worker -l info
Open the web addesss given, appending /openrem (http://localhost:8000/openrem)
Create some users and add them to the viewgroup, exportgroup or admingroup in the admin interface, eg http://localhost:8000/admin
Add some data:
openrem_rdsr.py rdsrfile.dcm
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file OpenREM-0.4.3b6Celery.tar.gz.
File metadata
- Download URL: OpenREM-0.4.3b6Celery.tar.gz
- Upload date:
- Size: 333.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a544db44f86ebfd3f9622df087c16758473df0eaa265b355d29ce2a74ebcec0
|
|
| MD5 |
6cda50cec7fcdcd51c44538a3dcf911f
|
|
| BLAKE2b-256 |
d2b900463b1141649fc156201ebd7a075d156d5e077303574ff3ad8c8b14827b
|