GithubHelp home page GithubHelp logo

aaw / support Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aptible/support

0.0 2.0 0.0 2.05 MB

Aptible's Support and Documentation Site

Ruby 28.63% Shell 0.51% HTML 27.57% JavaScript 0.04% CoffeeScript 6.01% CSS 37.24%

support's Introduction

Aptible Aptible Support

Build Status Roadmap

Aptible's Support and Documentation Site

Running Locally

First, clone the repo:

git clone https://github.com/aptible/aptible-docs.git
cd aptible-docs/

Then, install necessary dependencies:

bower install
bundle install

Finally, start the server. You can access it at http://localhost:4567/

bundle exec middleman server

Deploying

First, some prerequisites:

  • AWS CLI, installed locally
  • Access to a sufficiently authorized pair of AWS access key credentials

In production and staging, the support site is deployed as an S3 website (fronted by CloudFront).

To deploy to production:

bundle exec rake deploy:production

To deploy to staging:

bundle exec rake deploy:staging

To deploy to an arbitrary S3 bucket:

bundle exec rake deploy[bucket]

Note that deployment happens automatically (both to staging and production) on every successful merge to master. This requires the encrypted AWS credentials for an authorized user to be stored in the .travis.yml configuration file.

To update these credentials at any time, run:

travis encrypt -r aptible/support --add env AWS_ACCESS_KEY_ID=... AWS_SECRET_ACCESS_KEY=...

Contributing

If you run into an issue that needs documentation, feel free to submit a pull request or open an issue. We send t-shirts and swag to contributors.

Contributors

Copyright

Copyright (c) 2015 Aptible. All rights reserved.

@sandersonet

support's People

Contributors

skylar-anderson avatar chasballew avatar wyc avatar

Watchers

Aaron Windsor avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.