Johan Bruning asked me to share the capistrano configuration I’m using for ChiliProject. This is the exact version I’m using to deploy Little Stream Software’s ChiliProject. Download this file require "bundler/capistrano" set :application, "chiliproject" set :repository, "git@projects.littlestreamsoftware.app.git" set :scm, :git set :git_enable_submodules,1 # fast_remote_cache is better but requires a plugin set :deploy_via, :remote_cache …
Category: Articles
Marc-André Cournoyer Interviews Me About ebooks and Products
Marc-AndrĂ© Cournoyer interviewed me this morning about writing ebooks and how I got started with products. It is about 20 minutes long and you can download the mp3 recording from his newsletter archive. I would also recommend subscribing to his full newsletter. Right now he is giving away copies of his Copywriting For Geeks ebook …
ChiliProject Theme – First Take
I spent most of the morning working on the theme for ChiliProject 3.0.0. I was able to convert the Shane and Peter theme to an actual CSS theme and started working on the default theme for ChiliProject. This is still very rough; I’m not good at color choices and I was trying to make sure …
Redmine Tips: The Book is now available for pre-order
My second ebook is now available for pre-order, Redmine Tips: The Book. I came up with the idea for this book a few months back while trying to (unsuccessfully) clean up all of the issues on Little Stream Software Projects. I spent hours going through the issues and barely made a dent in the list, …
Major Security Releases for ChiliProject
I wanted to post a quick update here in case someone isn’t subscribed to the ChiliProject Blog. A few minutes ago I released two security releases for ChiliProject, 1.5.2 and 2.1.1. These fix many major XSS bugs we discovered while doing a security audit of the code base. I think somewhere around 94 potential XSS …