Radiation Exposure Monitoring for physicists
Project description
=======
OpenREM
=======
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.0 release notes <http://docs.openrem.org/page/release-0.4.0.html>`_
Quick start - please refer to the `full documentation <http://docs.openrem.org>`_ for details
---------------------------------------------------------------------------------------------
*(Linux path notation - use back slashes for Windows paths)*
#. Install python 2.7
#. Install `setuptools and pip <http://www.pip-installer.org/en/latest/installing.html>`_
#. Install `RabbitMQ <http://www.rabbitmq.com/>`_
#. 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``
+ ``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``
OpenREM
=======
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.0 release notes <http://docs.openrem.org/page/release-0.4.0.html>`_
Quick start - please refer to the `full documentation <http://docs.openrem.org>`_ for details
---------------------------------------------------------------------------------------------
*(Linux path notation - use back slashes for Windows paths)*
#. Install python 2.7
#. Install `setuptools and pip <http://www.pip-installer.org/en/latest/installing.html>`_
#. Install `RabbitMQ <http://www.rabbitmq.com/>`_
#. 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``
+ ``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``
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
OpenREM-0.4.3b3.tar.gz
(331.2 kB
view details)
File details
Details for the file OpenREM-0.4.3b3.tar.gz
.
File metadata
- Download URL: OpenREM-0.4.3b3.tar.gz
- Upload date:
- Size: 331.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b77a5bbde729c658f82a95cfb2b753f0a9f78a66b6ce52e0b0452e2d8abc8a3 |
|
MD5 | a2387fa32c4b462b461d7fc1de07070a |
|
BLAKE2b-256 | cd017e75e98567a7b3598818d7fe3de74d79dd67b6946bfbca0c2aea3eeec9af |