Sha256: aab1e7d753f88b39f9e88a76091c48020a567a6d8be03c7c4c878ab17848ca7b

Contents?: true

Size: 1.87 KB

Versions: 0

Compression: gzip

Compressed size: 922 Bytes

Stored size: 922 Bytes

Contents

--- !ruby/object:Gem::Specification
name: meroku
version: !ruby/object:Gem::Version
  version: 0.0.0
platform: ruby
authors:
- Grayson Wright
autorequire: 
bindir: bin
cert_chain: []
date: 2014-08-19 00:00:00.000000000 Z
dependencies: []
description: |
  # Meroku

  ## Under Development

  A self-hosted git-powered simple deployment option. No more messing with
  headache-inducing NginX configuration files or paying $30 a month for hosted
  services.

  ## Prerequisites:

  - Git
  - A web application (v0.1.0 will only support Rack)
  - Your own server (v0.1.0 will only support Debian 7)
  - A DNS provider with a public API (v0.1.0 will only support DNSimple)

  Future versions will hopefully support more application languages & frameworks,
  DNS providers, and server operating systems.

  ## Usage

  In the directory that contains your Rack application:

  ```bash
  gem install meroku
  meroku setup # This will guide you through setting up meroku to talk to your server
  meroku new subdomain.yourdomain.com
  git push meroku master # Watch your application start up, and visit it online!
  ```

  ## License

  Meroku is released under the [MIT License](http://www.opensource.org/licenses/MIT).
email: wright.grayson@gmail.com
executables: []
extensions: []
extra_rdoc_files: []
files:
- lib/meroku.rb
homepage: https://github.com/graysonwright/meroku
licenses:
- MIT
metadata: {}
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: 
rubygems_version: 2.2.2
signing_key: 
specification_version: 4
summary: A self-hosted git-powered simple deployment option
test_files: []
has_rdoc: 

Package Spec version

meroku-0.0.0