How to configure Ruby on Rails for NewsCloud?
To run our quick Chef-based installation, you'll need to configure your computer with Ruby on Rails, Git and an SSH key. Here's how to do it on Mac OS X...
Update Ruby:
sudo gem install rubygems-update
sudo update_rubygems
Install Capistrano and Bundler:
sudo gem install --version=2.5.10 capistrano
sudo gem install capistrano-ext bundler
Create an ssh key:
cd ~/.ssh
ssh-keygen -t rsa -C "you@youremail.com"
Install Git to get the NewsCloud source code:
http://code.google.com/p/git-osx-installer/
Learn more about
Git
-
Installing NewsCloud
-
Customizing Your Site
-
Running Your Community
- What events will trigger a notification onto the user's news feed?
- How to add RSS feeds to the Newswire page?
- How to feature stories on the front home page?
- How do dashboard messages work and how do readers see them?
- How do I eliminate repetitive taglines and section names from headlines?
- View all (5 more)
-
Open Source Developers
-
Using Your Application
-
Promoting Your Community
-
Facebook Platform
-
About NewsCloud
- How do I contact Jeff Reifman, NewsCloud's founder?
- Where is Dr. Greenhow's Knight-funded research on engaging young people?
- How do I follow NewsCloud's updates?
- Where are demonstration sites of NewsCloud's Facebook application platform?
- Who built the design skins for NewsCloud's Facebook applications?
- View all (4 more)