GitXplorerGitXplorer
j

cap_talk

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
76c353fd62bd3fd42b22f89dc3fcd0b14a7e2b46

Add capistrano config and tasks for the deployment

jjfahrer committed 7 years ago
Unverified
aa7b1e81af3d4ea14b7dc5ff6d34878a89698d26

Merge pull request #1 from Sen-Zhang/patch-1

jjfahrer committed 7 years ago
Unverified
8b26ef649586f418fce667b8ed38de2a1d8a96b0

Fix the link of the slides for the talk

SSen-Zhang committed 7 years ago
Unverified
3d1538cbce97a69ed2df2edea7db38c9010c97d4

Finish up the project for the talk

jjfahrer committed 8 years ago
Unverified
62b9edf3d58329aaacde1f8a9af6c859fd32616f

Add placeholders for capistrano to Gemfile

jjfahrer committed 8 years ago
Unverified
2be724bc21a8e1f59abda345e160738feea120f9

Raise an exception if database.yml does not exist

jjfahrer committed 8 years ago

README

The README file for this repository.

CapTalk

This project contains an example application to be deployed with Capistrano.

Please be aware that this project is setup to run in a very specific and contained environment. It only purpose is to demonstrate the capabilities of Capistrano.

The slides for the talk can be found here.

Getting started

To start or restart the app please run

bundle install
bundle exec rake run_service

To run the app in development mode you can execute

bundle install
bundle exec rackup