https://github.com/launchpadlab/fuel_demo
https://github.com/launchpadlab/fuel_demo
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/launchpadlab/fuel_demo
- Owner: LaunchPadLab
- Created: 2015-11-02T17:32:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-02T19:05:31.000Z (over 10 years ago)
- Last Synced: 2025-04-09T19:55:35.926Z (about 1 year ago)
- Language: Ruby
- Size: 145 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Fuel Demo
===
This is a demo of [Fuel] (github.com/launchpadlab/fuel)
Heroku example: http://fuel-demo.herokuapp.com
Setup
---
```
git clone https://github.com/LaunchPadLab/fuel_demo.git
cd fuel_demo
bundle
bundle exec rake db:create db:migrate fuel:seed
```
Now add your S3 ENV variables to application.yml (this is important as the editor needs a place to store your images):
```yml
AWS_ACCESS_KEY: YOUR-S3-ACCESS-KEY
AWS_SECRET_ACCESS_KEY: YOUR-S3-SECRET
development:
AWS_BUCKET: your-bucket-dev
production:
AWS_BUCKET: your-bucket
```
Then run `rails s` and navigate to localhost:3000/blog/admin
Username: admin
Password: password
You can modify those credentials in config/initializers/fuel.rb