]> source.dussan.org Git - gitblit.git/commitdiff
Documentation
authorJames Moger <james.moger@gitblit.com>
Fri, 25 Oct 2013 19:25:02 +0000 (15:25 -0400)
committerJames Moger <james.moger@gitblit.com>
Fri, 25 Oct 2013 22:32:13 +0000 (18:32 -0400)
Change-Id: I717e13d1f852a4adf50b547f4769dd62da2384ce

15 files changed:
HOME.md [new file with mode: 0644]
README.markdown
src/main/resources/gitblit.css
src/site/administration.mkd
src/site/faq.mkd
src/site/federation.mkd
src/site/rpc.mkd
src/site/setup_client.mkd
src/site/setup_clientmenus.mkd
src/site/setup_go.mkd
src/site/setup_hooks.mkd
src/site/setup_proxy.mkd
src/site/setup_war.mkd
src/site/upgrade_go.mkd
src/site/upgrade_war.mkd

diff --git a/HOME.md b/HOME.md
new file mode 100644 (file)
index 0000000..a644bd9
--- /dev/null
+++ b/HOME.md
@@ -0,0 +1,40 @@
+## Documentation\r
+\r
+This documentation is the source content from which the [Gitblit website](http://gitblit.com) is generated.\r
+\r
+### About Gitblit\r
+\r
+[[src/site/features.mkd]]\r
+[[src/site/design.mkd]]\r
+[[src/site/faq.mkd]]\r
+\r
+### Gitblit GO\r
+\r
+[[src/site/setup_go.mkd]]\r
+[[src/site/upgrade_go.mkd]]\r
+\r
+### Gitblit WAR\r
+\r
+[[src/site/setup_war.mkd]]\r
+[[src/site/upgrade_war.mkd]]\r
+\r
+### Gitblit Express for OpenShift\r
+\r
+[[src/site/setup_express.mkd]]\r
+[[src/site/upgrade_express.mkd]]\r
+\r
+### General Configuration & Administration\r
+\r
+[[src/site/setup_authentication.mkd]]\r
+[[src/site/setup_client.mkd]]\r
+[[src/site/setup_clientmenus.mkd]]\r
+[[src/site/setup_hooks.mkd]]\r
+[[src/site/setup_lucene.mkd]]\r
+[[src/site/setup_proxy.mkd]]\r
+[[src/site/setup_viewer.mkd]]\r
+[[src/site/administration.mkd]]\r
+\r
+### Other Pages\r
+\r
+[[src/site/federation.mkd]]\r
+[[src/site/rpc.mkd]]\r
index b6587dff2117e4128d4c93699bf08821f8ce0d36..be60b2a77de2938ecfbc6a0c86cae9e72c383e41 100644 (file)
@@ -1,13 +1,13 @@
 Gitblit\r
 =================\r
 \r
-Gitblit is an open source, pure Java Git solution for managing, viewing, and serving [Git](http://git-scm.com) repositories.<br/>\r
+Gitblit is an open source, pure Java Git solution for managing, viewing, and serving [Git](http://git-scm.com) repositories.\r
 More information about Gitblit can be found [here](http://gitblit.com).\r
 \r
 License\r
 -------\r
 \r
-Gitblit is distributed under the terms of the [Apache Software Foundation license, version 2.0](http://www.apache.org/licenses/LICENSE-2.0).<br/>\r
+Gitblit is distributed under the terms of the [Apache Software Foundation license, version 2.0](http://www.apache.org/licenses/LICENSE-2.0).\r
 The text of the license is included in the file LICENSE in the root of the project.\r
 \r
 Java Runtime Requirement\r
@@ -18,23 +18,23 @@ Gitblit requires at Java 6 Runtime Environment (JRE) or a Java 6 Development Kit
 Getting help\r
 ------------\r
 \r
-Read the online documentation available at the [Gitblit website](http://gitblit.com)<br/>\r
+Read the online documentation available at the [Gitblit website](http://gitblit.com)\r
 Issues, binaries, & sources @ [Google Code](http://code.google.com/p/gitblit)\r
 \r
 Building Gitblit\r
 ----------------\r
 [Eclipse](http://eclipse.org) is recommended for development as the project settings are preconfigured.\r
 \r
-1. Import the gitblit project into your Eclipse workspace.<br/>\r
+1. Import the gitblit project into your Eclipse workspace.\r
 *There will be lots of build errors.*\r
-2. Using Ant, execute the `build.xml` script in the project root.<br/>\r
+2. Using Ant, execute the `build.xml` script in the project root.\r
 *This will download all necessary build dependencies and will also generate the Keys class for accessing settings.*\r
 3. Select your gitblit project root and **Refresh** the project, this should correct all build problems.\r
-4. Using JUnit, execute the `com.gitblit.tests.GitBlitSuite` test suite.<br/>\r
+4. Using JUnit, execute the `com.gitblit.tests.GitBlitSuite` test suite.\r
 *This will clone some repositories from the web and run through the unit tests.*\r
 5. Execute the *com.gitblit.GitBlitServer* class to start Gitblit GO.\r
 \r
 Building Tips & Tricks\r
 ----------------------\r
-1. If you are running Ant from an ANSI-capable console, consider setting the `MX_COLOR` ennvironment variable before executing Ant.<pre>set MX_COLOR=true</pre>\r
+1. If you are running Ant from an ANSI-capable console, consider setting the `MX_COLOR` environment variable before executing Ant.<pre>set MX_COLOR=true</pre>\r
 2. The build script will honor your Maven proxy settings.  If you need to fine-tune this, please review the [settings.moxie](http://gitblit.github.io/moxie/settings.html) documentation.
\ No newline at end of file
index 90badd2c2769db74625225610401705bb50755c1..91bd4aa0525dc1bf084b35b67c793b5961505c6a 100644 (file)
@@ -1512,13 +1512,13 @@ div.markdown {
 }\r
 \r
 div.markdown pre {\r
-       background-color: rgb(251, 251, 251);\r
+       background-color: rgb(250, 250, 250);\r
        border: 1px solid rgb(221, 221, 221);\r
     border-radius: 4px 4px 4px 4px;\r
     display: block;\r
     font-size: 12px;\r
     line-height: 18px;\r
-    margin: 0 0 9px;\r
+    margin: 9px 0;\r
     padding: 8.5px;\r
     white-space: pre-wrap;\r
 }\r
@@ -1530,7 +1530,7 @@ div.markdown pre code {
 }\r
 \r
 div.markdown code {\r
-       background-color: rgb(251, 251, 251);\r
+       background-color: rgb(250, 250, 250);\r
        border: 1px solid rgb(221, 221, 221);\r
     border-radius: 3px;\r
     padding: 0 0.2em;\r
index 7ed40ebee098d643835af44b01389444322652e7..dad4f414366f1308400143d1d7d0070fb5edd783 100644 (file)
@@ -95,15 +95,15 @@ You may optionally enable committer verification which requires that each commit
 **How is this enforced?**\r
 \r
 Bob must set his *user.name* and *user.email* values for the repository to match his Gitblit user account **BEFORE** committing to his repository.\r
-<pre>\r
+\r
+```\r
 [user "bob"]\r
     displayName = Bob Jones\r
     emailAddress = bob@somewhere.com\r
-</pre>\r
-<pre>\r
+```\r
+\r
     git config user.name "Bob Jones"\r
     git config user.email bob@somewhere.com    \r
-</pre>\r
 or\r
 \r
     git config user.name bob\r
index bf8055d3ea619722979a307866d5f970fea28ef6..6537f1b41356da1fbd5c00304661f95333fa8903 100644 (file)
@@ -99,12 +99,12 @@ Small workgroups that require centralized repositories.
 Gitblit is not meant to be a social coding resource like [Github](http://github.com) or [Bitbucket](http://bitbucket.com) with 100s or 1000s of users.  Gitblit is designed to fulfill the same function as your centralized Subversion or CVS server.\r
 \r
 ### Why does Gitblit exist when there is Git and Gitweb?\r
-As a Java developer I prefer that as much of my tooling as possible is Java.<br/>\r
+As a Java developer I prefer that as much of my tooling as possible is Java.\r
 Originally, I was going to use [Mercurial](http://mercurial.selenic.com) but...\r
 \r
-- MercurialEclipse [shells to Python, writes to System.out, and captures System.in](http://mercurial.808500.n3.nabble.com/Hg4J-Mercurial-pure-Java-library-tp2693090p2694555.html)<br/>\r
+- MercurialEclipse [shells to Python, writes to System.out, and captures System.in](http://mercurial.808500.n3.nabble.com/Hg4J-Mercurial-pure-Java-library-tp2693090p2694555.html)\r
 Parsing command-line output is fragile and suboptimal.<br/>Unfortunately this is necessary because Mercurial is an application, not a library.\r
-- Mercurial HTTP/HTTPS needs to run as CGI through Apache/IIS/etc, as mod_python through Apache, or served with a built-in http server.<br/>\r
+- Mercurial HTTP/HTTPS needs to run as CGI through Apache/IIS/etc, as mod_python through Apache, or served with a built-in http server.\r
 This requires setup and maintenance of multiple, mixed 3rd party components.\r
 \r
 Gitblit eliminates all that complication with its 100% Java stack and simple single configuration file.\r
@@ -112,7 +112,7 @@ Gitblit eliminates all that complication with its 100% Java stack and simple sin
 Additionally, Git and Gitweb do not offer repository creation or user management.\r
 \r
 ### Do I need real Git?\r
-No (mostly).  Gitblit is based on [JGit][jgit] which is a pure Java implementation of the [Git version control system][git].<br/>\r
+No (mostly).  Gitblit is based on [JGit][jgit] which is a pure Java implementation of the [Git version control system][git].\r
 Everything you need for Gitblit (except Java) is either bundled in the distribution file or automatically downloaded on execution.\r
 \r
 #### mostly\r
@@ -155,7 +155,7 @@ You might consider running [Gerrit](http://gerrit.googlecode.org) which does int
 \r
 As of 0.9.0, Gitblit supports Lucene-based searching.\r
 \r
-If Lucene indexing is disabled, Gitblit falls back to brute-force commit-traversal search.  Commit-traversal search supports case-insensitive searching of *commit message* (default), *author*, and *committer*.<br/>\r
+If Lucene indexing is disabled, Gitblit falls back to brute-force commit-traversal search.  Commit-traversal search supports case-insensitive searching of *commit message* (default), *author*, and *committer*.\r
 \r
 To search by *author* or *committer* use the following syntax in the search box:\r
 \r
index 756d3fcd143d4f1d75bd584918e5ffcabbad4fe1..7574a32169d9a26cbaf4cbc24181ec4c5455e21c 100644 (file)
@@ -48,12 +48,13 @@ Changing your *federation.passphrase* will break any registrations you have esta
 If you want your repositories (and optionally users accounts and settings) to be pulled by another Gitblit instance, you need to register your origin Gitblit instance with a pulling Gitblit instance by providing the url of your Gitblit instance and a federation token.\r
 \r
 Gitblit generates the following standard federation tokens:\r
----JAVA---\r
+\r
+```java\r
 String allToken = SHA1(passphrase + "-ALL");\r
 String usersAndRepositoriesToken = SHA1(passphrase + "-USERS_AND_REPOSITORIES");\r
 String repositoriesToken = SHA1(passphrase + "-REPOSITORIES");\r
----JAVA---\r
-    \r
+```\r
+\r
 The *ALL* token allows another Gitblit instance to pull all your repositories, user accounts, server settings, and referenced push scripts.  \r
 The *USERS_AND_REPOSITORIES* token allows another Gitblit instance to pull all your repositories and  user accounts.  \r
 The *REPOSITORIES* token only allows pulling of the repositories.\r
index 8f562296f00f9521ce5c86b615c2089b3a30282c..6fa9ba5ac5a744629bd56e53adaed53de4731ac8 100644 (file)
@@ -58,6 +58,7 @@ The Gitblit API includes methods for retrieving and interpreting RSS feeds.  The
 ## JSON Remote Procedure Call (RPC) Interface\r
 \r
 ### RPC Protocol Versions\r
+\r
 <table class="table">\r
 <tbody>\r
 <tr><th>Release</th><th>Protocol Version</th></tr>\r
@@ -78,6 +79,7 @@ Use *SET_REPOSITORY_MEMBER_PERMISSIONS* instead.
 Use *SET_REPOSITORY_TEAM_PERMISSIONS* instead.\r
 \r
 ### RPC Request and Response Types\r
+\r
 <table class="table">\r
 <tr><th colspan='2'>url parameters</th><th rowspan='2'>required<br/>user<br/>permission</th><th rowspan='2'>protocol<br/>version</th><th colspan='2'>json</th></tr>\r
 <tr><th>req=</th><th>name=</th><th>post body</th><th>response body</th></tr>\r
@@ -120,6 +122,7 @@ Use *SET_REPOSITORY_TEAM_PERMISSIONS* instead.
 </table>\r
 \r
 ### RPC/HTTP Response Codes\r
+\r
 <table class="table">\r
 <tr><th>code</th><th>name</th><th>description</th></tr>\r
 <tr><td>200</td><td>success</td><td>Gitblit processed the request successfully</td></tr>\r
@@ -134,7 +137,8 @@ Use *SET_REPOSITORY_TEAM_PERMISSIONS* instead.
 \r
 **url**: https://localhost/rpc?req=LIST_REPOSITORIES  \r
 **response body**: Map&lt;String, RepositoryModel&gt; where the map key is the clone url of the repository\r
-<pre>\r
+\r
+```json\r
 {\r
   "https://localhost/git/libraries/xmlapache.git": {\r
     "name": "libraries/xmlapache.git",\r
@@ -177,7 +181,7 @@ Use *SET_REPOSITORY_TEAM_PERMISSIONS* instead.
     "size": "4.8 MB"\r
   }\r
 }\r
-</pre>\r
+```\r
 \r
 ### Example: EDIT_REPOSITORY (rename)\r
 \r
@@ -185,7 +189,8 @@ The original repository name is specified in the *name* url parameter.  The new
 \r
 **url**: https://localhost/rpc?req=EDIT_REPOSITORY&name=libraries/xmlapache.git  \r
 **post body**: RepositoryModel\r
-<pre>\r
+\r
+```json\r
 {\r
     "name": "libraries/xmlapache-renamed.git",\r
     "description": "apache xmlrpc client and server",\r
@@ -207,12 +212,13 @@ The original repository name is specified in the *name* url parameter.  The new
     "skipSummaryMetrics": false,\r
     "size": "102 KB"\r
 }\r
-</pre>\r
+```\r
 \r
 ### Example: LIST_USERS\r
 **url**: https://localhost/rpc?req=LIST_USERS  \r
 **response body**: List&lt;UserModel&gt;\r
-<pre>\r
+\r
+```json\r
 [\r
   {\r
     "username": "admin",\r
@@ -232,12 +238,13 @@ The original repository name is specified in the *name* url parameter.  The new
     ]\r
   }\r
 ]\r
-</pre>\r
+```\r
 \r
 ### Example: LIST_SETTINGS\r
 **url**: https://localhost/rpc?req=LIST_SETTINGS  \r
 **response body**: ServerSettings\r
-<pre>\r
+\r
+```json\r
 {\r
   "settings": {\r
       "web.siteName": {\r
@@ -262,12 +269,13 @@ The original repository name is specified in the *name* url parameter.  The new
       }\r
   }\r
 }\r
-</pre>\r
+```\r
 \r
 ### Example: LIST_STATUS\r
 **url**: https://localhost/rpc?req=LIST_STATUS  \r
 **response body**: ServerStatus\r
-<pre>\r
+\r
+```json\r
 {\r
   "bootDate": "2011-10-22T12:13:00Z",\r
   "version": "0.7.0-SNAPSHOT",\r
@@ -294,4 +302,4 @@ The original repository name is specified in the *name* url parameter.  The new
   "heapSize": 1899560960,\r
   "servletContainer": "jetty/7.4.3.v20110701"\r
 }\r
-</pre>
\ No newline at end of file
+```
\ No newline at end of file
index e72751a1a440de3934a31e322c4f2f63c25e87b7..d8fc7d14981a68bff1ce3046a97e83ca44bdff9e 100644 (file)
@@ -35,11 +35,12 @@ For Eclipse, you can append `-Djsse.enableSNIExtension=false` to your *eclipse.i
 #### Native Clients\r
 \r
 Native clients may display an error when attempting to clone or push that looks like this:\r
----FIXED---\r
+\r
+```\r
 C:\projects\git\gitblit>git push rhcloud master\r
 error: error:14077458:SSL routines:SSL23_GET_SERVER_HELLO:reason(1112) while accessing https://demo-gitblit.rhcloud.com/git/gitblit.git/info/refs?service=git-receive-pack\r
 fatal: HTTP request failed\r
----FIXED---\r
+```\r
 \r
 ### Cloning a Repository \r
 \r
index c40c3b2923fa66ac51a665597f2e97489ba1a37b..324df69236089abd273dab09c536661ba0720b85 100644 (file)
@@ -7,7 +7,8 @@ Gitblit supports defining menus for native platform git client clone urls.  By d
 You can define new client integrations and deactivate/remove the default integrations by creating a file *$(baseFolder}/clientapps.json*.\r
 \r
 ### Example definitions\r
----JSON---\r
+\r
+```json\r
 [\r
     {\r
         "name": "SmartGit/Hg",\r
@@ -45,4 +46,4 @@ You can define new client integrations and deactivate/remove the default integra
         "isActive": false\r
     }\r
 ]\r
----JSON---
\ No newline at end of file
+```\r
index 6625baa822c67aa6a1694308c324a456f8348e20..839fd2c8488c2a0251bd90d27c7764a585365758 100644 (file)
@@ -2,7 +2,7 @@
 \r
 1. Download and unzip Gitblit GO [${project.releaseVersion} (Windows)](%GCURL%gitblit-${project.releaseVersion}.zip) or [${project.releaseVersion} (Linux/OSX)](%GCURL%gitblit-${project.releaseVersion}.tar.gz).  \r
 *Its best to eliminate spaces in the path name.* \r
-2. The server itself is configured through a simple text file.<br/>\r
+2. The server itself is configured through a simple text file.\r
 Open `data/gitblit.properties` in your favorite text editor and make sure to review and set:\r
     - *server.httpPort* and *server.httpsPort*\r
     - *server.httpBindInterface* and *server.httpsBindInterface*  \r
@@ -10,10 +10,12 @@ Open `data/gitblit.properties` in your favorite text editor and make sure to rev
     **https** is strongly recommended because passwords are insecurely transmitted form your browser/git client using Basic authentication!\r
     - *git.packedGitLimit* (set larger than the size of your largest repository)\r
     - *git.streamFileThreshold* (set larger than the size of your largest committed file)\r
-3. Execute `authority.cmd` or `java -cp gitblit.jar com.gitblit.authority.Launcher --baseFolder data` from a command-line<br/>**NOTE:** The Authority is a Swing GUI application.  Use of this tool is not required as Gitblit GO will startup and create SSL certificates itself, BUT use of this tool allows you to control the identification metadata used in the generated certificates.  Skipping this step will result in certificates with default metadata.\r
+3. Execute `authority.cmd` or `java -cp gitblit.jar com.gitblit.authority.Launcher --baseFolder data` from a command-line\r
+**NOTE:** The Authority is a Swing GUI application.  Use of this tool is not required as Gitblit GO will startup and create SSL certificates itself, BUT use of this tool allows you to control the identification metadata used in the generated certificates.  Skipping this step will result in certificates with default metadata.\r
     1. fill out the fields in the *new certificate defaults* dialog\r
        2. enter the store password used in *server.storePassword* when prompted.  This generates an SSL certificate for **localhost**.\r
-       3. you may want to generate an SSL certificate for the hostname or ip address hostnames you are serving from<br/>**NOTE:** You can only have **one** SSL certificate specified for a port.\r
+       3. you may want to generate an SSL certificate for the hostname or ip address hostnames you are serving from\r
+       **NOTE:** You can only have **one** SSL certificate specified for a port.\r
        5. exit the authority app\r
 4. Execute `gitblit.cmd` or `java -jar gitblit.jar --baseFolder data` from a command-line\r
 5. Open your browser to <http://localhost:8080> or <https://localhost:8443> depending on your chosen configuration.\r
@@ -94,20 +96,20 @@ Gitblit uses [Apache Commons Daemon](http://commons.apache.org/daemon) to instal
 3. Add any necessary *--StartParams* as enumerated below in **Command-Line Parameters**.\r
 4. Execute the script.\r
 \r
-After service installation you can use the `gitblitw.exe` utility to control and modify the runtime settings of the service.<br/>\r
+After service installation you can use the `gitblitw.exe` utility to control and modify the runtime settings of the service.\r
 Additional service definition options and runtime capabilities of `gitblitw.exe` (prunmgr.exe) are documented [here](http://commons.apache.org/daemon/procrun.html).\r
 \r
-**NOTE:**<br/>\r
+**NOTE:**\r
 If you change the name of the service from *gitblit* you must also change the name of `gitblitw.exe` to match the new service name otherwise the connection between the service and the utility is lost, at least to double-click execution. \r
 \r
 #### VM Considerations\r
-By default, the service installation script configures your Windows service to use your default JVM.  This setup usually defaults to a client VM.<br/>\r
+By default, the service installation script configures your Windows service to use your default JVM.  This setup usually defaults to a client VM.\r
 If you have installed a JDK, you might consider using the `gitblitw.exe` utility to manually specify the *server* VM.\r
 \r
 1. Execute `gitblitw.exe`\r
 2. On the *Java* tab uncheck *Use default*.\r
-3. Manually navigate your filesystem and specify the server VM with the `...` button<br/><pre>\r
-Java Virtual Machine:\r
+3. Manually navigate your filesystem and specify the server VM with the `...` button\r
+<pre>Java Virtual Machine:\r
 C:\Program Files\Java\jre6\bin\server\jvm.dll</pre>\r
 \r
 #### Command-Line Parameters\r
index b3cb9c03889de5e525685573e695577d127388eb..aae56623fa1799b85ffe065ec01fc9f1f7945b6b 100644 (file)
@@ -31,7 +31,7 @@ Hook contributions and improvements are welcome.
 
 <blockquote>Grape (The Groovy Adaptable Packaging Engine or Groovy Advanced Packaging Engine) is the infrastructure enabling the grab() calls in Groovy, a set of classes leveraging <a href="http://ant.apache.org/ivy">Ivy</a> to allow for a repository driven module system for Groovy. This allows a developer to write a script with an essentially arbitrary library requirement, and ship just the script. Grape will, at runtime, download as needed and link the named libraries and all dependencies forming a transitive closure when the script is run from existing repositories such as Ibiblio, Codehaus, and java.net.</blockquote>
 
----JAVA---
+```java
 // create and use a primitive array
 import org.apache.commons.collections.primitives.ArrayIntList
 
@@ -42,7 +42,7 @@ def ints = createEmptyInts()
 ints.add(0, 42)
 assert ints.size() == 1
 assert ints.get(0) == 42
----JAVA---
+```
 
 ### Custom Fields
 
index b169cefa233d988f1bf3d11b66a987473a3628e2..f1435f120a5525c6d2286d1dfacaceafcda06492 100644 (file)
@@ -5,17 +5,21 @@ Gitblit runs fine behind Apache.  You may use either *mod_proxy* (GO or WAR) or
 Each Linux distribution may vary on the exact configuration of Apache 2.2.  \r
 Here is a sample configuration that works on Debian 7.0 (Wheezy), your distribution may be different.\r
 \r
-1. First we need to make sure we have Apache's proxy modules available.  \r
----FIXED---\r
+### Make sure we have Apache's proxy modules\r
+\r
+```\r
 sudo su\r
 cd /etc/apache2/mods-enabled\r
 ln -s ../mods-available/proxy.load proxy.load\r
 ln -s ../mods-available/proxy_balancer.load proxy_balancer.load\r
 ln -s ../mods-available/proxy_http.load proxy_http.load\r
 ln -s ../mods-available/proxy_ajp.load proxy_ajp.load\r
----FIXED---\r
-2. Then we need to make sure we are configuring Apache to use the proxy modules and to setup the proxied connection from Apache to Gitblit GO or from Apache to your chosen servlet container.  The following snippet is stored as `/etc/apache2/conf.d/gitblit`.  \r
----FIXED---\r
+```\r
+### Configuring Apache to use the proxy modules\r
+\r
+Now we must configure Apache to use the proxy modules and  the proxied connection from Apache to Gitblit GO or from Apache to your chosen servlet container.  The following snippet is stored as `/etc/apache2/conf.d/gitblit`.  \r
+\r
+```\r
 # Turn off support for true Proxy behaviour as we are acting as \r
 # a transparent proxy\r
 ProxyRequests Off\r
@@ -55,7 +59,8 @@ ProxyPreserveHost On
 #RequestHeader set X-Forwarded-Context /\r
 \r
 #ProxyPass /gitblit ajp://localhost:8009/gitblit\r
----FIXED---  \r
+```\r
+\r
 **Please** make sure to:  \r
     1. Review the security of these settings as appropriate for your deployment\r
     2. Uncomment the *ProxyPass* setting for whichever connection you prefer (http/ajp)\r
index 18a0799cd2de926cffebececd9b1067bc30e770a..3d28ee67d903225f9f3cbf81f9b66ede9ab8425a 100644 (file)
@@ -2,7 +2,7 @@
 \r
 1. Download Gitblit WAR [${project.releaseVersion}](%GCURL%gitblit-${project.releaseVersion}.war) to the webapps folder of your servlet container.  \r
 2. You may have to manually extract the WAR (zip file) to a folder within your webapps folder.\r
-3. By default, the Gitblit webapp is configured through `WEB-INF/data/gitblit.properties`.<br/>\r
+3. By default, the Gitblit webapp is configured through `WEB-INF/data/gitblit.properties`.\r
 Open `WEB-INF/data/gitblit.properties` in your favorite text editor and make sure to review and set:\r
     - &lt;context-parameter&gt; *git.packedGitLimit* (set larger than the size of your largest repository)\r
     - &lt;context-parameter&gt; *git.streamFileThreshold* (set larger than the size of your largest committed file)\r
index cd5160158b3dd4d5d453905edbef05cf2eac37dc..54d7ab590f23a8eb75a233de663586f3858fc247 100644 (file)
@@ -9,12 +9,12 @@ All platforms support the *--baseFolder* command-line argument.
 \r
 ## Upgrading Gitblit GO (pre-1.2.1)\r
 1. Create a `data` folder and copy the following files and folders to it:\r
-    - **users.conf*\r
+    - **users.conf**\r
        - **projects.conf** *(if you have one)*\r
        - **gitblit.properties**\r
        - **serverKeystore.jks**\r
        - **serverTrustStore.jks**\r
-       - *certs** folder\r
+       - **certs** folder\r
        - **git** folder\r
        - **groovy** folder\r
        - **proposals** folder\r
index dd9ba64894a74f2f7800b23442ee41e85b5e050f..23003bed4cbde0f8f98f27e5f4b785012a364cda 100644 (file)
@@ -1,5 +1,5 @@
 ## Upgrading Gitblit WAR (1.2.1+)\r
-1. Make sure your `WEB-INF/web.xml` *baseFolder* context parameter is not `${contextFolder}/WEB-INF/data`!<br/>\r
+1. Make sure your `WEB-INF/web.xml` *baseFolder* context parameter is not `${contextFolder}/WEB-INF/data`!\r
 If it is, move your `WEB-INF/data` folder to a location writeable by your servlet container.\r
 2. Deploy new WAR\r
 3. Edit the new WAR's `WEB-INF/web.xml` file and set the *baseFolder* context parameter to your external baseFolder.\r