Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 958 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 958 Bytes

Rails Workspace

Overview

This directory contains a simple starter workspace written for a Ruby on Rails server. You can find detailed instructions for building and running example from below

  • ** Deployer ** for Ruby on Rails on AWS. This project was created from a template.
  • For details, see the template project on github.

Package Structure

The workspace is organized into the following top-level folders:

  • {TEMPLATE_SERVER_REPO_NAME}: Rails HTTP server
  • {TEMPLATE_SERVICE_HYPHEN_NAME}-infrastructure: Infrastructure-as-code to deploy and run server remotely on AWS.

Deploy and destroy from macOS

Run the server locally

Follow the instructions from the server package to run locally

Run the server remotely

Follow the instructions from the infrastructure package to deploy and destroy your infrastructure