فهرست منبع

remove start_maxkey_wiki

MaxKey 1 سال پیش
والد
کامیت
045b595f6c
2فایلهای تغییر یافته به همراه0 افزوده شده و 23 حذف شده
  1. 0 6
      shellscript/linux/start_maxkey_wiki.sh
  2. 0 17
      shellscript/windows/start_maxkey_wiki.bat

+ 0 - 6
shellscript/linux/start_maxkey_wiki.sh

@@ -1,6 +0,0 @@
-#!/bin/bash
-
-source ./set_maxkey_env.sh
-
-CATALINA_HOME=./maxkey_wiki
-sh ./maxkey_wiki/bin/startup.sh

+ 0 - 17
shellscript/windows/start_maxkey_wiki.bat

@@ -1,17 +0,0 @@
-@echo off
-
-call set_maxkey_env.bat
-
-echo ==    Web Server Apache Tomcat.                                              ==
-echo ==    Web Application Server will started.                                   ==
-echo ==    Please wait  ....                                                      ==
-
-echo ==    Start Apache Tomcat...                                                 ==
-echo ===============================================================================
-set CATALINA_HOME=./maxkey_wiki
-call maxkey_wiki\bin\startup.bat
-
-
-
-
-