Skip to content

Commit

Permalink
Merge branch 'master' into deploy/#173-faster-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
bobheadxi committed May 12, 2018
2 parents 8bae20d + 675313c commit 6de1667
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ jobs:
file: inertia.*
go: "1.10"
on:
tags: true
branch: master
repo: ubclaunchpad/inertia
23 changes: 16 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</p>

<p align="center">
Simple, self-hosted continuous deployment.
Effortless, self-hosted continuous deployment.
</p>

<p align="center">
Expand All @@ -29,7 +29,7 @@

----------------

Inertia is a simple cross-platform command line application that enables effortless setup and management of continuous, automated deployment on any virtual private server. It is built and maintained with :heart: by [UBC Launch Pad](https://www.ubclaunchpad.com/).
Inertia is a simple cross-platform command line application that enables effortless setup and management of continuous, automated deployment all sorts of projects on any virtual private server. It is built and maintained with :heart: by [UBC Launch Pad](https://www.ubclaunchpad.com/).

<p align="center">
<img src="/.static/inertia-init.png" width="45%" />
Expand All @@ -49,24 +49,33 @@ Inertia is a simple cross-platform command line application that enables effortl
----------------

### Contents
- **[Getting Started](#package-getting-started)**
- [Getting Started](#package-getting-started)
- [Setup](#setup)
- [Continuous Deployment](#continuous-deployment)
- [Deployment Management](#deployment-management)
- [Release Streams](#release-streams)
- **[Motivation and Design](#bulb-motivation-and-design)**
- **[Contributing](#books-contributing)**
- [Motivation and Design](#bulb-motivation-and-design)
- [Contributing](#books-contributing)

<br>

# :package: Getting Started

All you need to get started is a [compatible project](https://github.com/ubclaunchpad/inertia/wiki/Project-Compatibility), the Inertia CLI, and access to a virtual private server. The CLI can be installed using [Homebrew](https://brew.sh):
All you need to get started is a [compatible project](https://github.com/ubclaunchpad/inertia/wiki/Project-Compatibility), the Inertia CLI, and access to a virtual private server.

**MacOS** - the CLI can be installed using [Homebrew](https://brew.sh):

```bash
$> brew install ubclaunchpad/tap/inertia
```

**Windows** - the CLI can be installed using [Scoop](http://scoop.sh):

```bash
$> scoop bucket add ubclaunchpad https://github.com/ubclaunchpad/scoop-bucket
$> scoop install inertia
```

For other platforms, you can [download the appropriate binary from the Releases page](https://github.com/ubclaunchpad/inertia/releases).

### Setup
Expand Down Expand Up @@ -179,6 +188,6 @@ Inertia is set up serverside by executing a script over SSH that installs Docker

Any contribution (pull requests, feedback, bug reports, ideas, etc.) is welcome!

Please see our [contribution guide](https://github.com/ubclaunchpad/inertia/blob/master/.github/CONTRIBUTING.md) for contribution guidelines and a detailed guide to help you get started with Inertia's codebase.
Please see our [contribution guide](https://github.com/ubclaunchpad/inertia/blob/master/.github/CONTRIBUTING.md) for contribution guidelines as well as a detailed guide to help you get started with Inertia's codebase.

<br>

0 comments on commit 6de1667

Please sign in to comment.