No commit activity in last 3 years
No release in over 3 years
This plugin creates a new top-level private project for new users.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 3.2
 Project Readme

OpenProject Auto-Project Plugin

This plugin creates a new top-level private project for new users.

Requirements

  • OpenProject Version >= 3.0

Installation

Create a file Gemfile.plugins in your OpenProject installation with the following content:

gem "openproject-plugins", :git => "https://github.com/opf/openproject-plugins.git", :branch => "stable" 
gem "openproject-auto_project", :git => "https://github.com/oliverguenther/openproject-auto_project.git", :branch => "master"

Please see the OpenProject plugin overview for more details.

License

Copyright (c) 2014 Oliver Günther (mail@oliverguenther.de)

This plugin is forked from the ChiliProject Auto Project Plugin by Felix Schäfer.

Copyright (c) 2011 Felix Schäfer

This plugin is licensed under the MIT license. See COPYING for details.