An open API service indexing awesome lists of open source software.

https://github.com/codeship/codeship-pro-tutorial

A simple introductory tutorial for the Codeship Docker Infrastructure
https://github.com/codeship/codeship-pro-tutorial

Last synced: 9 months ago
JSON representation

A simple introductory tutorial for the Codeship Docker Infrastructure

Awesome Lists containing this project

README

          

# Codeship Pro Tutorial

Please see our Codeship Pro [Getting Started](https://documentation.codeship.com/pro/getting-started/getting-started/) tutorial for the full text as well as installation instructions for the CLI.

## Quick Setup

Once you have the CLI installed, clone this repository via

```bash
git clone https://github.com/codeship/codeship-pro-tutorial.git
```

and then run the build via

```bash
cd codeship-pro-tutorial
jet steps
```

## Submitting an Issue
We use the [GitHub issue tracker][issues] to track bugs and features for this tutorial. Before submitting a bug report or feature request, check to make sure it hasn't already been submitted. When submitting a bug report, please include any details that may be necessary to reproduce the bug.

## Submitting a Pull Request
1. [Fork the repository.][fork]
2. [Create a topic branch.][branch]
3. Implement your feature or bug fix.
4. Add, commit, and push your changes.
5. [Submit a pull request.][pr]

## When not to submit an issue

Please don't create new issues on this repository when you experience issues with your builds on https://codeship.com, want to request new features for the CI system or have general questions on how to use https://codeship.com or the Docker Infrastructure for your projects.

In all of the above cases, reach out to our support team at support@codeship.com or on Twitter at [@CodeshipSupport](https://twitter.com/CodeshipSupport).

*This file was taken from https://github.com/middleman/middleman-heroku/blob/master/CONTRIBUTING.md and extended for use with the Codeship documentation.*

[issues]: https://github.com/codeship/jet-tutorial/issues
[fork]: http://help.github.com/fork-a-repo/
[branch]: https://github.com/blog/1377-create-and-delete-branches
[pr]: http://help.github.com/send-pull-requests/