Ralph is full-featured Asset Management, DCIM and CMDB system for data centers and back offices.
Features:
- keep track of assets purchases and their life cycle
- flexible flow system for assets life cycle
- data center and back office support
- dc visualization built-in
It is an Open Source project provided on Apache v2.0 License.
http://ralph-demo.allegro.tech/
- login: ralph
- password: ralph
Visit our documentation on readthedocs.org for more details.
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.
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.
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
.
Visit our documentation on readthedocs.org