Explorar el Código

remove start_maxkey_wiki

MaxKey hace 1 año
padre
commit
045b595f6c

+ 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
-
-
-
-
-