Skip to content

krimdomu/stashy-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stashy - an inventory and management tool based on for (R)?ex

Stashy is in a very early development stage. Comments and Suggestions are welcome :)

Installation

You need (R)?ex, Mojolicious, DM4P and a MySQL Database.

Install (R)?ex from here http://rexify.org/get/.

Install Mojolicious via CPAN (see here: http://mojolicio.us).

Install DM4P and DM4P/MySQL from https://github.com/krimdomu/dm4p and https://github.com/krimdomu/dm4p-adapter-mysql.

Clone this repository and edit the file lib/Stashy.pm

git clone git://github.com/krimdomu/stashy-web.git

Create a mysql database. And create the needed tables doc/stashy.sql.

Edit the file stashy.conf

{
  db => {
     server   => "localhost",
     schema   => "stashy",
     user     => "stashy",
     password => "stashy",
  },

  rex => {
     user     => "root",
     # private_key => "",
     # public_key  => "",
  },

  scm => {
     checkout_to => "./scm",
  },
};

Start the Test-Server:

script/stashy daemon

About

(Obsolete) see http://www.rex.io/ -//- Stashy - A server management/inventory tool based for (R)?ex (web-part)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published