|
HowTo
HowTo FluidRecords.
IntroductionThis HowTo will help you to set FluidRecords, and search your bandersnatch logged messages. DetailsAssumed We assume that you got a Debian System, a server with MySQL with the logged messages by bandersnatch, and server with LDAP. At this point you need to identified this settings:
And the minimal settings needed for django, like:
1. First download and install the fluidrecords package: dpkg -i fluidrecords_0.2-_amd64.deb It would ask for some dependences.2. Then edit /etc/fluidrecords/config. You can leave the django section, it will use sqlite as default. 3. run fluidrecords-manage syncdb This run the django manage.py. It will ask for root user, answer no. 4. You can test the application running fluidrecords-manage runserver and open some browser and search for: http://localhost:8000/viewer/. 5. If you want to run it with apache, in /usr/share/doc/fluidrecords/examples/apache2 it's a file with the settings, put this file in sites-availabel and try it. Read the apache2 documentation. |
Sign in to add a comment