Sha256: 74e7905e599d57328874e89eab6cd7af71f132187f62c2185c8af0639e1fcfb4
Contents?: true
Size: 878 Bytes
Versions: 5
Compression:
Stored size: 878 Bytes
Contents
# <%= app_name.humanize %> ## Getting Started After you have cloned this repo, run this setup script to set up your machine with the necessary dependencies to run and test this app: % ./bin/setup It assumes you have a machine equipped with Ruby, Postgres, etc. ## Deploy Provision your server using ansible. You must have a figaro settings file at `~/.<app-name>.yml`. The foreman rake task will copy this file to the root directory of your application. After provisioning, run: % cap production deploy % cap production deploy:restart If you have multiple servers configured in production, the restart will be with one server at a time, avoiding offline time. ## Puma configuration The figaro settings is not loaded before puma, so you must setup puma variables using the `.env` file. These environment variables are: `WEB_CONCURRENCY` and `MAX_THREADS`.
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
kratos-1.1.0 | templates/README.md.erb |
kratos-1.0.3 | templates/README.md.erb |
kratos-1.0.2 | templates/README.md.erb |
kratos-1.0.1 | templates/README.md.erb |
kratos-1.0.0 | templates/README.md.erb |