Skip to content

EMSL-MSC/master

Repository files navigation

To setup a local server:

1. install postgresql
2. create database as postgres user
    createuser -P master
       * No password no special privledges

    createdb -O master master
3. fix pg_hba.conf
      local   all         master                               trust
4. Reload the database configs
5. Load the database as the master user
    psql master -U master < server/master.sql


To build master RPMs:
python setup.py bdist_rpm --release="8"

About

Status and Hardware Inventory system for computers and large clusters

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
COPYING

Stars

1 star

Watchers

4 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors