Public Innovation's Business Plan
Public Innovation is an open platform for co-creation. Our goal is to build a civic innovation and social entrepreneurship ecosystem in the Sacramento region. This plan is all about how we're going to do that.
In addition to being our first app, OpenOrg is much more than simply a business plan. OpenOrg represents our commitment to being an open, emergent organization. But this is just the beginning.
As our strategy evolves, this plan, too, will evolve. And this is your invitation to help evolve it.
Welcome to OpenOrg.
The easiest way to suggest changes is to make edits directly on GitHub. If you're a web developer, you can clone the website to your computer and make changes using your preferred tools.
- Create a GitHub account if you don't already have one, and sign in
- Click on chapters
- Click on the chapter you want to edit
- Click on the "Edit" button
- Make your changes using the Markdown format
- Click on the "Preview" button to make sure your changes look good
- Type in your Commit summary (i.e. a brief description of your changes) at the bottom of the GitHub edit page, and an optional extended description
- Click "Propose File Change"
git clone https://github.com/publicinnovation/openorg.git
cd openorg
gem install jekyll
gem install rdiscount
jekyll serve --watch
You can now view the website at http://localhost:4000
View the Jekyll documentation for more details about the site structure.
- Create a topic branch.
- Make your changes.
- Add, commit, and push your changes.
- Submit a pull request.
The content of this project itself is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported license, and the underlying source code used to format and display that content is licensed under the MIT license.