* upgrade.

This commit is contained in:
wangchunsheng
2010-03-10 14:12:55 +00:00
parent d5e7368742
commit c0dc19f849
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -2,10 +2,11 @@
2. 修改zentaoms中的version
config.php中的version.
install中的version。
3. 修改升级程序。
3. 修改升级程序。(版本列表。)
4. 打包zentaoms。
5. 合并目录。
6. 修改www/index.php中的包含路径。
7. 导出新的数据库。 grep -v '\-\-' /mnt/c/zentao.sql |grep -v ^$ |sed "s/DROP/\-\- DROP/" >zentao.sql
8. zip包。
9. windows包。
10. 上传文件。
+1
View File
@@ -45,3 +45,4 @@ $lang->upgrade->sureExecute = '确认执行';
$lang->upgrade->fromVersions['0_3'] = '0.3 BETA';
$lang->upgrade->fromVersions['0_4'] = '0.4 BETA';
$lang->upgrade->fromVersions['0_5'] = '0.5 BETA';