thequbit / mayan-document-listener

A bridge between the mayan-edms and BarkingOwl
GNU General Public License v3.0
1 stars 0 forks source link

get mayan-edms rc 1.0 pip installed #2

Open thequbit opened 9 years ago

thequbit commented 9 years ago

Installation

To install Mayan EDMS, simply do:

.. code-block:: bash

$ virtualenv venv
$ source venv/bin/activate
$ pip install mayan-edms==1.0.rc1

Instead of using the usual ./manage.py use the alias mayan-edms.py:

.. code-block:: bash

$ mayan-edms.py initialsetup
$ mayan-edms.py runserver

Point your browser to 127.0.0.1:8000 and use the automatically created admin account.

thequbit commented 9 years ago

successfully installed and logged in. Need to ensure imports will work ass expected next.