Windows One-click Package

2021-05-14 16:14:45
Taotao
2349
Last edited by Hongyan on 2022-03-21 15:00:25
Share links
Summary : If you are using Windows xampp integrated runtime environment, follow the steps in the article. Try ZenTao Max free for 2 months! (Limited to 10 developer users and 20 lite users)

If you are using Windows xampp integrated runtime environment, follow the steps below.

1. Upgrade steps

- Download the new source code package (.zip). (Note that it is not the integrated runtime environment of .exe. If you download this, the data will be overwritten)


- Unzip it to /xampp/zentao under the zentao installation directory. For example, if you were originally under the c:/xampp/ directory, unzip the source code package to c:/xampp/zentao, and overwrite the contents under the original xampp/zentao directory (Operation method: overwrite all files under zentaopms/ to xampp/zentao/ below).

- Visit http://localhost/zentao/upgrade.php and follow the instructions to update. If it is port 88, the path is http://localhost:88/zentao/upgrade.php.

2. Misc


  • Do not unzip it to c:/xampp/zentao/zentao
  • Do not remove the original one, and unzip the new package. It is to overwrite it!
  • Do not download the .exe file to override.
  • If you are using an older version of the one-click installation package, you need to modify the Apache configuration.
  • If you want to use the ZenTao Desktop, you need to add a few lines as shown below to the \xampp\runner\res\apache\conf\httpd.conf file. Then restart the Apache.
Copy the following text and add it as shown in the screenshot.



  <Files "x.php">
    SetHandler application/x-httpd-php
  </Files>
  <Files "ux.php">
    SetHandler application/x-httpd-php
  </Files>
The file will be like the screenshot below.


Write a Comment
Comment will be posted after it is reviewed.