https://github.com/praveen1664/rails-ruby-web-project-infrastructure
This repo is to bootstrap your Rails/Ruby Web Project infrastructure
https://github.com/praveen1664/rails-ruby-web-project-infrastructure
infra-terraform rails rakefile ruby
Last synced: about 1 month ago
JSON representation
This repo is to bootstrap your Rails/Ruby Web Project infrastructure
- Host: GitHub
- URL: https://github.com/praveen1664/rails-ruby-web-project-infrastructure
- Owner: praveen1664
- Created: 2024-11-02T09:29:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-02T09:50:50.000Z (over 1 year ago)
- Last Synced: 2025-04-07T20:52:11.088Z (about 1 year ago)
- Topics: infra-terraform, rails, rakefile, ruby
- Language: Ruby
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Infrastrap
Looking for a quick way to bootstrap your Rails/Ruby Web Project infrastructure.
_Infrastrap_ will help you get quickly started by generating you infrastructure
by looking at you Gemfile and project code.
## Installation
$ gem install infrastrap
## Usage
Inside your Rails or Ruby Project Directory run the following
$ infrastrap generate
For More options run:
$ infrastrap help generate
## Development
After checking out the repo, run `bin/setup` to install dependencies.
Then, run `rake spec` to run the tests. You can also run `bin/console` for an
interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run `bundle exec rake install`.
To release a new version, update the version number in `version.rb`,
and then run `bundle exec rake release`, which will create a git tag for the version,
push git commits and tags, and push the `.gem` file to
[rubygems.org](https://rubygems.org).
## TODO
* Terraform (AWS and Digital Ocean)
* Apache and Ngnix
* MySQL
* Multiple ruby versions (including Jruby and Rubinius)
* Redis
* NewRelic
* Nagios
* Mailcatcher
* Staging Environments
* Vagrant development Environment
* Multiple Servers (With Load Balancer) and/or Single Servers
* Sqlite