druns

command module
v0.0.0-...-a7a9960 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 21, 2015 License: GPL-2.0 Imports: 19 Imported by: 0

README

druns

Web application to manage clients, developed for Evandro Pelissoni Levy.

install

  1. Install the following packages:
% sudo apt-get install postgresql rsyslog
  1. Enable rsyslog to listen on TCP or UDP ports
% sudo vim /etc/rsyslog.conf
% sudo service rsyslog restart
  1. Generate and install the project debian package:
% sudo apt-get install ruby-dev gcc
% sudo gem install fpm
% cd <project>/deploy
% ./gendeb.sh <version> <release>
% sudo dpkg -i druns_<version>-<release>_amd64.deb
  1. Create the database in postgres:
% sudo -u postgres createdb druns
% sudo -u postgres psql druns < /usr/druns/db/structure.sql
  1. Initialize the system:
% /usr/druns/bin/bootstrap -config /usr/druns/etc/webserver.conf -email <email> -name "<name>" -password "<password>"
  1. Add periodics to crontab
% crontab -e

*/10 * * * * /usr/druns/bin/scheduler /usr/druns/etc/webserver.conf

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Godeps
_workspace/src/github.com/lib/pq
Package pq is a pure Go Postgres driver for the database/sql package.
Package pq is a pure Go Postgres driver for the database/sql package.
_workspace/src/github.com/lib/pq/listen_example
Below you will find a self-contained Go program which uses the LISTEN / NOTIFY mechanism to avoid polling the database while waiting for more work to arrive.
Below you will find a self-contained Go program which uses the LISTEN / NOTIFY mechanism to avoid polling the database while waiting for more work to arrive.
_workspace/src/github.com/lib/pq/oid
Package oid contains OID constants as defined by the Postgres server.
Package oid contains OID constants as defined by the Postgres server.
_workspace/src/github.com/rafaeljusto/schema
Package gorilla/schema fills a struct with form values.
Package gorilla/schema fills a struct with form values.
_workspace/src/golang.org/x/crypto/bcrypt
Package bcrypt implements Provos and Mazières's bcrypt adaptive hashing algorithm.
Package bcrypt implements Provos and Mazières's bcrypt adaptive hashing algorithm.
_workspace/src/golang.org/x/crypto/blowfish
Package blowfish implements Bruce Schneier's Blowfish encryption algorithm.
Package blowfish implements Bruce Schneier's Blowfish encryption algorithm.
core
db
log
periodic
utils
web
tr

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL