ScanBooker is distributed as the Python package 'scanbooker'.


Mailing list
++++++++++++

Please join and report success (and any problems) to:

john.bywater@appropriatesoftware.net


Automated Installation
++++++++++++++++++++++

1. ScanBooker application services can be managed with the Provide system.

2. ScanBooker can be installed with the scanbooker-virtualenv installer.

        $ wget http://appropriatesoftware.net/provide/docs/scanbooker-virtualenv
        $ chmod +x scanbooker-virtualenv
        $ ./scanbooker-virtualenv PATH


Manual Installation
+++++++++++++++++++

1.  Install the ScanBooker software:

        $ easy_install scanbooker


2.  Create your ScanBooker config file:

        $ scanbooker-makeconfig scanbooker.conf


3.  Create your ScanBooker database:

        $ scanbooker-admin --config scanbooker.conf db create
        $ scanbooker-admin --config scanbooker.conf db init


4.  Create ScanBooker Apache config file:


        $ scanbooker-admin apacheconfig create


5.  Print the ScanBooker Apache config file path:

        $ scanbooker-admin apacheconfig path
        /path/to/scanbooker-httpd.conf


6.  Include the ScanBooker Apache config file in your Apache config:

        <VirtualHost *:80>
            ServerName scanbooker.your-domain
            Include /path/to/scanbooker-httpd.conf
        </VirtualHost>

7.  Restart Apache and visit http://scanbooker.your-domain.



