From aefb59ef98522ef8a10ab64b25840f11e622e1c7 Mon Sep 17 00:00:00 2001
From: Stardrad Yin <yin8086@gmail.com>
Date: Wed, 23 Jan 2013 03:16:08 -0500
Subject: [PATCH] Modify Chinese translation in properties file, and add new translation that synchronizes with commit synchronize with commit e4e6829

---
 docs/01_setup.mkd |   29 +++++++++++++++++++++--------
 1 files changed, 21 insertions(+), 8 deletions(-)

diff --git a/docs/01_setup.mkd b/docs/01_setup.mkd
index cea1d69..a7f7526 100644
--- a/docs/01_setup.mkd
+++ b/docs/01_setup.mkd
@@ -259,15 +259,28 @@
 
 ### Upgrading Gitblit GO (pre-1.2.1)
 1. Create a `data` folder and copy the following files and folders to it:
-    - users.conf
-	- projects.conf *(if you have one)*
-	- gitblit.properties
-	- serverKeystore.jks
-	- serverTrustStore.jks
-	- certs folder
-	- groovy folder
-	- proposals folder
+    - **users.conf*
+	- **projects.conf** *(if you have one)*
+	- **gitblit.properties**
+	- **serverKeystore.jks**
+	- **serverTrustStore.jks**
+	- *certs** folder
+	- **git** folder
+	- **groovy** folder
+	- **proposals** folder
     - and any other custom files (robots.txt, welcome/login markdown files, etc)
+	- then edit your `gitblit.properties` file and adjust the following settings:
+        - *git.repositoriesFolder* = ${baseFolder}/git
+        - *groovy.scriptsFolder* = ${baseFolder}/groovy
+        - *groovy.grapeFolder* = ${baseFolder}/groovy/grape
+        - *web.projectsFile* = ${baseFolder}/projects.conf
+        - *realm.userService* = ${baseFolder}/users.conf
+        - *web.robots.txt* = ${baseFolder}/robots.txt
+        - *federation.proposalsFolder* = ${baseFolder}/proposals
+        - *realm.ldap.backingUserService* = ${baseFolder}/users.conf
+        - *realm.redmine.backingUserService* = ${baseFolder}/users.conf
+        - *server.tempFolder* = ${baseFolder}/temp
+
 2. Unzip Gitblit GO to a new folder
 3. Copy your `data` folder and overwrite the folder of the same name in the just-unzipped version
 4. Review and optionally apply any new settings as indicated in the [release log](releases.html) to `data/gitblit.properties`.

--
Gitblit v1.9.1