Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.69 KB

README.textile

File metadata and controls

37 lines (26 loc) · 1.69 KB

Welcome to Socialite

Socialite is a social news website in a box.
We want to make it ridiculously easy to spin off a new social news website.

The goal is to build a web application that will act as a social news website (think digg, reddit, or hacker news). But Socialite is meant to be more like a CMS, similar in functionality to Pligg. It will be possible to customize the web application to change its look, its managed content, and its general behavior.

To deploy your own instance of Socialite

  1. Clone this git repo
  2. Install ruby and rubygems
  3. Install the rails gem:
    gem install rails
  4. Install the bundler gem:
    gem install bundler
  5. Run the following rake command and give it a username and a password for the initial administrator:
    rake production:initialize[username,password]
  6. Start the webserver
    thin start -e production
  7. Point your browser to http://localhost:3000 and set up your app through the admin section

Upcoming Features

Here is a list of features we will be building soon:

  • add nice styling to all pages + images (JQueryUI theme roller?)
  • admin section to change the style (choose among all JQuery themes?)
  • make sure the index page still displays nicely even if the title or the description of the submission is very large
  • index page shows thumbnails of urls or videos or images (toggled on or off in the admin section?)
  • the index page could be split into components where admins can inject custom html
  • a bookmarklet to submit posts from the bookmark toolbar
  • show stats like users with highest karma and stuff