CrossConnector
CrossConnector is a web-based collaboration program, originally designed for ministries and missionaries. more…
- CrossConnector lets you keep all your ministry information in one place.
- It’s an easy way to publish your ministry information on the web.
- Use CrossConnector to plan a single mission trip or all your church’s ministry information.
Please feel free to branch, fork, push, pull, and use this code for your own purposes (only for good, not for evil). All
I ask is that you give me credit for the idea and retain the license agreement (see LICENSE file) with my copyright
info.
Support
Unfortunately, I cannot provide support for this software. It’s basic Ruby on Rails, so you should be able to get it
running pretty easily. Other than that, you’re on your own.
mainline
-
Cloning this repository:
git clone git://gitorious.org/crossconnector/mainline.git mainline cd mainline
Add this repository as a remote to an existing local repository:
git remote add mainline git://gitorious.org/crossconnector/mainline.git git fetch mainline git checkout -b my-local-tracking-branch mainline/master_or_other_branch


