Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wstrinz/BSB
Consume All The Informations
https://github.com/wstrinz/BSB
Last synced: 18 days ago
JSON representation
Consume All The Informations
- Host: GitHub
- URL: https://github.com/wstrinz/BSB
- Owner: wstrinz
- Archived: true
- Created: 2014-08-05T01:46:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-16T18:56:57.000Z (over 9 years ago)
- Last Synced: 2024-08-01T00:41:08.859Z (3 months ago)
- Language: CoffeeScript
- Size: 1.2 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BSB
A personal feed reader built with EmberJS and Sinatra.
## Prerequisites
You will need the following things properly installed on your computer.
* [Git](http://git-scm.com/)
* [Node.js](http://nodejs.org/) (with NPM)
* [Bower](http://bower.io/)
* [Ember CLI](http://www.ember-cli.com/)
* [PostgreSQL](http://www.postgresql.org/)## Installation
* `git clone ` this repository
* change into the new directory
* `npm install`
* `bower install`
* `bundle install`
* Create postgres user bsb (`createuser bsb`)
* Create postgres database bsb\_development (`createdb bsb_development`)
* `rake db:migrate`## Running / Development
* `ember build --watch`
* `ruby server.rb`
* Visit your app at [http://localhost:4567](http://localhost:4567).
* Go to [http://localhost:4567/settings](http://localhost:4567/settings) to add RSS feeds### Building
* `ember build` (development)
* `ember build --environment production` (production)### Deploying
* Can be deployed to heroku (instructions coming soon)
## Further Reading / Useful Links
* [ember.js](http://emberjs.com/)
* [ember-cli](http://www.ember-cli.com/)
* Development Browser Extensions
* [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)
* [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)