選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

upgrade_war.mkd 1.0KB

1234567891011121314151617
  1. ## Upgrading Gitblit WAR (1.2.1+)
  2. 1. Make sure your `WEB-INF/web.xml` *baseFolder* context parameter is not `${contextFolder}/WEB-INF/data`!<br/>
  3. If it is, move your `WEB-INF/data` folder to a location writeable by your servlet container.
  4. 2. Deploy new WAR
  5. 3. Edit the new WAR's `WEB-INF/web.xml` file and set the *baseFolder* context parameter to your external baseFolder.
  6. 4. Review and optionally apply any new settings as indicated in the [release log](releases.html) to `${baseFolder}/gitblit.properties`.
  7. ## Upgrading Gitblit WAR (pre-1.2.1)
  8. 1. Create a `data` as outlined in step 1 of *Upgrading Gitblit GO (pre-1.2.1)*
  9. 2. Copy your existing web.xml to your data folder
  10. 3. Deploy new WAR
  11. 4. Copy the new WAR's `WEB-INF/data/gitblit.properties` file to your data folder
  12. 5. Manually apply any changes you made to your original web.xml file to the gitblit.properties file you copied to your data folder
  13. 6. Edit the new WAR's `WEB-INF/web.xml` file and set the *baseFolder* context parameter to your external baseFolder.