Skip to content

Status and Hardware Inventory system for computers and large clusters

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

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

Watchers

Forks

Releases

No releases published

Packages

No packages published