https://github.com/toabctl/ardana-service
https://github.com/toabctl/ardana-service
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/toabctl/ardana-service
- Owner: toabctl
- License: apache-2.0
- Created: 2017-08-02T17:18:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-02T17:12:28.000Z (almost 9 years ago)
- Last Synced: 2026-01-01T23:17:22.497Z (5 months ago)
- Language: Python
- Size: 83 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
=================================
Ardana-Server (Lifecycle Manager)
=================================
REST Service to interact with the Ardana Lifecycle Manager.
Getting started
---------------
In order to provide meaningful data for development, run the script::
tools/setup_env.sh
which will setup directories and clone the repositories containing playbooks,
templates, and models into the ``data`` directory
Then start the server with::
tox -e runserver
it will listend on port 5000.
You can verify that it is running properly by using::
curl http://localhost:5000/api/v2/heartbeat
which will return the current epoch time