Every repository with this icon (
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.braids | Wed Mar 18 22:53:37 -0700 2009 | |
| |
.gitignore | Fri Jun 05 16:20:54 -0700 2009 | |
| |
.gitmodules | Wed Apr 29 15:52:07 -0700 2009 | |
| |
CHANGELOG | Tue Apr 07 16:40:44 -0700 2009 | |
| |
LICENSE | Thu Feb 12 15:10:10 -0800 2009 | |
| |
NOTICE | Sun Mar 08 23:04:59 -0700 2009 | |
| |
README.rdoc | Thu Mar 19 20:11:41 -0700 2009 | |
| |
Rakefile | Thu Feb 12 15:10:10 -0800 2009 | |
| |
app/ | Fri Jun 12 12:50:55 -0700 2009 | |
| |
config/ | Mon Jun 29 11:02:22 -0700 2009 | |
| |
cucumber.yml | Fri Mar 27 12:44:30 -0700 2009 | |
| |
db/ | Tue Jun 09 18:58:06 -0700 2009 | |
| |
doc/ | Thu Feb 12 15:10:10 -0800 2009 | |
| |
features/ | Tue Jun 09 18:52:14 -0700 2009 | |
| |
lib/ | Thu May 14 16:08:08 -0700 2009 | |
| |
public/ | Fri Jun 12 12:50:55 -0700 2009 | |
| |
script/ | Mon Jun 15 10:55:26 -0700 2009 | |
| |
spec/ | Mon Jun 29 11:27:49 -0700 2009 | |
| |
vendor/ | Mon Jun 29 11:03:02 -0700 2009 |
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/>.







