public
Description: Singleshot is a task manager. You use it to track and complete your tasks, processes use it to involve you
Homepage: http://intalio.github.com/singleshot
Clone URL: git://github.com/intalio/singleshot.git
assaf (author)
Tue Jun 09 18:59:47 -0700 2009
commit  7040bd5f1ee115806485cb7e183de744239dfdb8
tree    a76561fc395b1fac646dd7d1eb9db329725b2e55
parent  cce66bffbfcd5316d0ed50dfe5c0d1d1783639ba
README.rdoc

Singleshot

Singleshot is a task manager. You use it to track and complete your tasks, processes use it to involve you.

Setting up the environment

Singleshot is developed against Rails 2.3. Make sure to have Rails 2.3 installed:

  gem update --system
  gem install rails

To get the latest copy use one of the following:

  git clone git://github.com/intalio/singleshot.git

You will need MySQL. The file config/databases.yml contains the connection configurations for the development, test and production environment. You can either setup MySQL accounts and databases based on this file, or change it to pick different database/account.

To setup you development environment, specifically installing all the necessary dependencies and setting up the development and test databases, run the script script/setup:

  ruby script/setup

This will also create a default account using your user name and the password ‘secret’

To get started:

  ruby script/server

Point your browser to localhost:3000 and login with your user name and password.

LICENSE

Singleshot Copyright (C) 2008-2009 Intalio, Inc

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see <www.gnu.org/licenses/>.