Skip to content

andrzej-jankowski/ralph

 
 

Repository files navigation

Ralph-NG

This is new version under active development(BETA). Ralph 2.x version is still accessible under develop branch

Ralph is full-featured Asset Management, DCIM and CMDB system for data center and back office.

Features:

  • keep track of assets purchases and their life cycle
  • generate flexible and accurate cost reports
  • integrate with change management process using JIRA integration

It is an Open Source project provided on Apache v2.0 License.

![Gitter](https://badges.gitter.im/Join Chat.svg) Build Status Coverage Status Code Health

Documentation

Visit our documentation on readthedocs.org

Scrum Board

Stories in Ready

Throughput Graph

Installation

Debian package(recommended)

Visit our documentation on readthedocs.org for more details.

Developer installation

It's recommended to use Vagrant for development. Install Vagrant first (https://www.vagrantup.com/). To set-up Ralph environment run:

cd vagrant
vagrant up

Then ssh to virtual system:

vagrant ssh

Virtualenv is activated for you automatically.

Manual installation

Make sure you created virtualenv in which you will install ralph. If you want to install it in production, after cloning ralph repository, and activating virtualenv just make:

make install
ralph migrate
make menu

Or if you want to run in debug mode for detailed error messages and debug toolbar:

make install-dev
dev_ralph migrate
make menu

will install it for you as well.

Running

Make sure virtualenv is activated. To start server in debug mode:

make run

or if you don't want the debug output

ralph runserver_plus 0.0.0.0:8000

Ralph is available at 127.0.0.1:8000.

About

Ralph is an asset management system for your data center.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 88.4%
  • HTML 5.8%
  • CSS 3.3%
  • JavaScript 2.0%
  • Shell 0.4%
  • Makefile 0.1%