An open API service indexing awesome lists of open source software.

https://github.com/alchemycms/rails-templates

Rails templates for AlchemyCMS
https://github.com/alchemycms/rails-templates

cms rails templates

Last synced: about 2 months ago
JSON representation

Rails templates for AlchemyCMS

Awesome Lists containing this project

README

          

# Rails templates for AlchemyCMS

Ruby on Rails templates for bootstrapping new [AlchemyCMS](https://github.com/AlchemyCMS/alchemy_cms) projects.

## Usage

Make sure you have Rails installed.

```
$ gem install rails
```

Create a new Rails project with

```
$ rails new -m https://raw.githubusercontent.com/AlchemyCMS/rails-templates/master/all.rb
```

and follow the on-screen instructions.