**** THIS VERSION OF SWEEPER HAS BEEN DEPRECATED ****
Sweeper is an intelligent media curation tool with filters for managing real-time feeds of information. You can find out more at - http://swiftly.org
Find us on Github - http://github.com/ushahidi/Swiftriver
NOTE: This is still a beta software product. We recommend not using it in critical scenarios without further consultation. Contact us at [email protected] with additional questions or feedback.
This is the development branch of Sweeper for the upcoming V0.4 release.
Some of the jazzy new features you can expect from this upcoming release are:
- Tag-based navigation of content
- Content grouping
- Search
- Bookmarklet
- Files
If you are a developer interested in contributing to Sweeper then there are a few things to note before you jump in and start coding. First be sure to read this overview - http://goo.gl/mlPff
The master branch will always be the latest stable release of the app so unless you like living life dangerously this is the best place to start:
$ git clone git://github.com/ushahidi/Sweeper.git
With the app code checked out you still need to perform the following steps before you can start local development:
$ cd Sweeper
$ git submodule init
$ git submodule update
Why do we do this? Well, Sweeper is just one of many applications that run on the Swiftriver core framework. To allow for this, the framework has its own repository and is brought into this project using the git-submodule facility.
Once you have done this, you will have all the code required to run and change Sweeper!
- Apache 2.x or greater
- PHP 5.3 or higher
- PHP Pear Extensions
- MySQL 4.0 or higher
Further details on this release can be found at - http://wiki.ushahidi.com
- FireFox
- Safari
- IE7+
- Chrome
- Run the following command as
root
(it should be safe to leave the password to the MySQL root user account blank when prompted):
wget -qO- --no-check-certificate https://raw.github.com/ushahidi/Sweeper/master/deploy/debian.sh | sudo bash
- Open
http://your.ip.address/
in your browser. - Run through the installation procedure. For your database, use the following details:
- Server:
localhost
- Username:
sweeper
- Password:
sweeper
- Database:
sweeper
- Server:
Documentation - http://wiki.ushahidi.com
Installation - http://wiki.ushahidi.com/doku.php?id=install_s