Skip to content

Commit

Permalink
docs: add about section and rancher desktop notes
Browse files Browse the repository at this point in the history
- Add about section to README
- Add rancher desktop notes to development environment doc
- Remove note about alphabetical requirement for contributors list

Signed-off-by: Nick Gerace <[email protected]>
  • Loading branch information
nickgerace committed Aug 16, 2023
1 parent 58f7433 commit cb25d94
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ Above all, ensure that the format described at the beginning is preserved.

When making changes, ensure the following:

- Alphabetical ordering is retained
- Ordering is based on the beginning of the line and is case-insensitive
- Your individual line was appended to the bottom of the list
- No additional newlines were added
- Your individual line has no trailing or leading spaces
- Your individual line matches the aforementioned format
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@

This is a monolithic repository containing the System Initiative software.

## About

System Initiative is a collaborative power tool designed to remove the papercuts from DevOps work.
To learn more, read our ["Second Wave DevOps" blog post](https://www.systeminit.com/blog-second-wave-devops).

## Quickstart

If you would like to get System Initiative (SI) up and running, navigate to the installation page on [our website](https://systeminit.com) to get started.
Expand Down
7 changes: 7 additions & 0 deletions docs/DEVELOPMENT_ENVIRONMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,13 @@ For Docker Desktop, the version corresponding to your native architecture should
WSL2 users should be able to use either Docker Desktop for WSL2 or Docker Engine (i.e. installing and using
`docker` within the distro and not interacting with the host).

#### Rancher Desktop

Since [Rancher Desktop](https://rancherdesktop.io/) provides the ability to use the [moby](https://github.com/moby/moby),
you can use it to run and develop the System Initiative software.
However, it is untested, and you may need to further configuration depending on your platform.
For example, on WSL2 via Windows, you may need to configure credentials in `~/.local/share`.

### (Optional) Direnv

[Direnv](https://direnv.net/) (version >= 2.30) with [nix-direnv](https://github.com/nix-community/nix-direnv) can
Expand Down

0 comments on commit cb25d94

Please sign in to comment.