#7 ✓resolved
Deleted User

ilbot setup

Reported by Deleted User | September 27th, 2010 @ 12:33 PM | in Deploy Development "Eco-System"

Setup ilbot to track #rundeck

Comments and changes to this ticket

  • Deleted User

    Deleted User September 28th, 2010 @ 03:18 PM

    • State changed from “new” to “resolved”
    • Tag changed from community, irc to community, configuration, irc
    • Milestone order changed from “3” to “0”

    Installed ilbot here: http://irclog.rundeck.org/

    • Created mysql database to log the data.
    • Created a user ilbot
    • Added Google Analytics tracking code to ~/cgi/templates/index.tmpl
    • Removed any reference to ilbot on ~/cgi/template/footer.tmpl. This can be added back later.
    • Added the following symbolic links: ~/cgi/lib -> ~/lib and ~/cgi/database.conf ~/database.conf
    • Added a virtual host:
    <VirtualHost *:80>
        RewriteEngine On
        ServerName irclog.rundeck.org
        DocumentRoot /home/ilbot/cgi
        ErrorLog /var/log/apache2/irclog-error.log
        CustomLog /var/log/apache2/irclog-access.log common
        <Directory /home/ilbot/cgi>
        AllowOverride All
        </Directory>
    </VirtualHost>
    

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

(DEPRECATED) Please use github issues for issue tracking at http://github.com/dtolabs/rundeck/issues

Shared Ticket Bins

People watching this ticket

Pages