]> source.dussan.org Git - gitblit.git/commitdiff
Documentation. Added upgrade info to site. Moved todos to GoogleCode.
authorJames Moger <james.moger@gitblit.com>
Fri, 1 Jul 2011 21:45:23 +0000 (17:45 -0400)
committerJames Moger <james.moger@gitblit.com>
Fri, 1 Jul 2011 21:45:23 +0000 (17:45 -0400)
docs/00_index.mkd
docs/01_features.mkd
docs/01_setup.mkd
docs/site_header.html

index 4a922567eb101a9bc357582fb9253257d35966ed..d645793825cc4a11af88b140fd34312ae38495ff 100644 (file)
@@ -23,6 +23,10 @@ Gitblit requires a Java 6 Runtime Environment (JRE) or a Java 6 Development Kit
 \r
 %VERSION% ([go](http://code.google.com/p/gitblit/downloads/detail?name=%GO%)|[war](http://code.google.com/p/gitblit/downloads/detail?name=%WAR%)) based on [%JGIT%][jgit] &nbsp; *released %BUILDDATE%*\r
 \r
+- clarified SSL certificate generation and configuration for both server-side and client-side\r
+- added some more troubleshooting information to documentation\r
+- replaced JavaService with Apache Commons Daemon\r
+\r
 issues & binaries @ [Google Code][googlecode]<br/>\r
 sources @ [Github][gitbltsrc]\r
 \r
index cecef7344f98e4bf59555e915a82d74f74c4a287..7c522a7c80467927b35b4acbee9dd55bd76c23bb 100644 (file)
 - Gitblit may eat your data.  Use at your own risk.\r
 - Gitblit may have security holes.  Patches welcome.  :)\r
 \r
-## Todo List\r
-- Code documentation\r
-- Unit testing\r
-\r
-### Under Consideration\r
-- Clone remote repository feature\r
-- Blob page improvements\r
-    - view images\r
-    - view other binary files (pdf, doc, etc)\r
-- Markdown editing feature\r
-- Stronger Ticgit read-only integration\r
-    - activity/timeline\r
-    - query feature with paging support\r
-    - change history\r
-- Ticgit write integration\r
-\r
 [jgit]: http://eclipse.org/jgit "Eclipse JGit Site"
\ No newline at end of file
index a601e682fb7dc10a05c813e17b02c5cd01f17d83..d595a9924f92c6b6d184fdc4dcfd39d605c63fc2 100644 (file)
@@ -87,6 +87,31 @@ Command-Line parameters override the values in `gitblit.properties` at runtime.
 **Example**\r
 \r
     java -jar gitblit.jar --userService c:\myrealm.properties --storePassword something\r
+\r
+## Upgrading Gitblit\r
+Generally, upgrading is easy.\r
+\r
+Since Gitblit does not use a database the only files you have to worry about are your configuration file (`gitblit.properties` or `web.xml`) and possibly your `users.properties` file.\r
+\r
+Any important changes to the setting keys or default values will always be mentioned in the [release log](releases.html).\r
+\r
+### Upgrading Gitblit WAR\r
+1. Backup your `web.xml` file\r
+2. Delete currently deployed gitblit WAR\r
+3. Deploy new WAR and overwrite the `web.xml` file with your backup\r
+4. Review and optionally apply any new settings as indicated in the [release log](releases.html). \r
\r
+### Upgrading Gitblit GO\r
\r
+1. Backup your `gitblit.properties` file\r
+2. Backup your `users.properties` file *(if it is located in the Gitblit GO folder)*\r
+3. Unzip Gitblit GO to a new folder\r
+4. Overwrite the `gitblit.properties` file with your backup\r
+5. Overwrite the `users.properties` file with your backup *(if it was located in the Gitblit GO folder)*\r
+6. Review and optionally apply any new settings as indicated in the [release log](releases.html).\r
+\r
+#### Upgrading Windows Service\r
+You may need to delete your old service definition and install a new one depending on what has changed in the release.  \r
     \r
 ## Gitblit Configuration\r
 \r
index 7b8f63d54baf1fc3c2d76c9579cf52af4e5941f5..6263504516b5b5e2831ed89a5685587c2446a005 100644 (file)
@@ -5,7 +5,7 @@
                <link rel="stylesheet" type="text/css" href="./gitblit.css"/>\r
                <link rel="stylesheet" type="text/css" href="./markdown.css"/>\r
                <link rel="shortcut icon" type="image/png" href="./gitblt-favicon.png" />\r
-               <meta name="ROBOTS" content="INDEX, NOFOLLOW">\r
+               <meta name="ROBOTS" content="INDEX">\r
                <meta http-equiv="imagetoolbar" content="no" />\r
                <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />\r
                <meta name="keywords" content="java git server" />\r