Skip to content

Commit

Permalink
doc: updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarpicas committed Feb 1, 2023
1 parent f719f53 commit 60974a9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,15 @@ SafeScale is an Infrastructure and Platform as Code tool.
- [Description](#description)
- [SafeScale Infra](#safescale-infra)
- [SafeScale Platform](#safescale-platform)
- [SafeScale Security](#safescale-security)
- [Available features](#available-features)
- [Contributing](#contributing)
- [License](#license)

## Description
SafeScale offers an APIs and a CLI tools to deploy versatile computing clusters that span multiple Clouds. These APIs and CLIs are divided in 3 service layers:
SafeScale offers an APIs and a CLI tools to deploy versatile computing clusters that span multiple Clouds. These APIs and CLIs are divided in 2 service layers:

- SafeScale Infra to manage Cloud infrastructure (IaaS - Infrastructure as a Service)
- SafeScale Platform to manage Cloud computing platforms (PaaS - Platform as a Service)
- SafeScale Security to secure user environments

![SafeScale](doc/img/SafeScale.png "SafeScale")

Expand Down Expand Up @@ -80,7 +78,7 @@ Supplemental software and/or configurations can be installed in 3 ways on SafeSc
```
$ safescale cluster feature add mycluster keycloak
```
- and using ansible, which is the preferred method to install your software in a SafeScale cluster:
- and using ansible, which is the PREFERRED method to install your software in a SafeScale cluster:
installing a simple script:
```
$ safescale cluster ansible playbook my-cluster my-ansible-script.yml
Expand Down

0 comments on commit 60974a9

Please sign in to comment.