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
- Host: GitHub
- URL: https://github.com/alchemycms/rails-templates
- Owner: AlchemyCMS
- License: mit
- Created: 2016-07-07T08:56:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-10-27T13:35:00.000Z (over 5 years ago)
- Last Synced: 2025-04-05T23:13:53.156Z (about 1 year ago)
- Topics: cms, rails, templates
- Language: Ruby
- Homepage: https://alchemy-cms.com
- Size: 4.88 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.