Circle Blvd 1.5 is a task management tool, made for teams of 1-12 people.
Circle Blvd supports:
- Multiple projects
- Unlimited user accounts
- Task lists, assignments, status updates, comments
- Drag-and-drop prioritization
- One-line task entry, multiple-line entry
- Email notifications
- Reusable checklists
- Roadmap planning
- Archiving
- Admin management
- Payments from members, partners
- HTTPS
This software is free, and it runs on Mac, Linux, and Windows. You can install it on your own computer, using instructions below as a guide, or you can create an account on https://circleblvd.org, which is also free, supported by donations.
Circle Blvd is a web server. It is accessible on desktop computers, tablets, and phones (tested on Android and iOS devices).
Circle Blvd is perhaps best for clubs and boards of directors. It was initially created for the Corvallis Swing Dance Society, a volunteer organization that hosts 3-4 events each month, with a weekly board meeting.
A self-guided tour is at https://circleblvd.org/tour.
To get Circle Blvd up and running on an EC2 instance in about 20 minutes, as a daemon, please find a quickstart in ./deploy/amazon-ec2.
If you can run Apache CouchDB on your system, you can run Circle Blvd.
- Node v6 (v4 is probably fine; see build status)
- CouchDB >= 1.3
-
Install and start CouchDB
-
Do the standard command prompt things:
git clone https://github.com/holmwell/circle-blvd.git cd circle-blvd/server/ npm install --production npm start
-
Go to http://localhost:3000
If you're making the software or managing deployments, you might like to know:
npm run-script debug
This will turn off JavaScript minification / compression.
npm test
Uses nodeunit
for now.
There is an assume-it-all-works deployment outline in ./deploy/git-hook.
BSD, 2-clause. See the LICENSE.txt file for details.
The privacy policy is under a Creative Commons Sharealike license.