Skip to content

Commit

Permalink
cleanup readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kteague committed Jul 9, 2019
1 parent 4e0fc43 commit 1087cb3
Showing 1 changed file with 4 additions and 22 deletions.
26 changes: 4 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,10 @@
## AIM

AIM: Application Infrastructure Manager is cloud infrastructure orchestration tool.
AIM: Application Infrastructure Manager is an AWS infrastructure orchestration tool.

# Installation
- [Documentation](https://aim.waterbear.cloud)

AIM can be installed as a standard Python package:
- [PyPI Package](https://pypi.org/project/aim/)

pip install aim
AIM is developed by [Waterbear Cloud](https://waterbear.cloud) and used to support their Waterbear Cloud platform.

This will install an `aim` application on your command-line.

# Usage

Start with the Quickstart Walkthrough (ToDo: write this)

# Development

To develop AIM, clone this git repo and create a Python virtualenv in the
cloned directory:

cd aim

python3 -m venv env

pip install -e .

There are test suites that are currently invoked from VS Code (ToDo: document this better).

0 comments on commit 1087cb3

Please sign in to comment.