Skip to content

aadrian/gitbucket.herokuapp.com

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitbucket.herokuapp.com

This project stores the definition of the official demo version of gitbucket available at : http://gitbucket.herokuapp.com/

All plugins available at http://gitbucket.herokuapp.com/ are plugins coming from the official gitbucket organization.

You can also have a look at the community site http://gitbucket-community.herokuapp.com/ which holds all known plugins maintained by the gitbucket users & community.


The rest of this README is for maintainers of this project.

How to deploy

The herokuapp update itself using the content of the github project. Thus on push, it will autiomatically redeploy with the new content.

Update to a new version of gitbucket

  • change in update.sh the version of gitbucket (use the tag value) for example from GITBUCKET_VERSION=4.4 to GITBUCKET_VERSION=4.5
  • run ./update.sh
  • commit & push the changes

Update a plugin version

  • change in update.sh the version of the plugin for example from GITBUCKET_GIST_PLUGIN_VERSION=4.3.0 to GITBUCKET_GIST_PLUGIN_VERSION=4.4.0
  • run ./update.sh
  • commit & push the changes

Add a plugin

  • add a variable storing the plugin version
  • duplicate & adapt from another plugin the check and download part
  • run ./update.sh
  • commit & push the changes

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%