先说明一下,系统为WIN2003,JDK已配置。英文基本摘选于官方文档,中文是我自己翻译的,如有错误请指正,THX。
1、Download the latest orion package from http://www.orionserver.com and unzip the orion package.
从http://www.orionserver.com 下载最新的Orion压缩包并解压。
2、If you want to enable JSP and other technologies needing access to a java compiler, you have to copy the tools.jar file from your Java 2 SDK installation to the orion/ directory.
如果你想让Orion支持JSP及其它技术需要一个JAVA编译器,你必须从你的JDK安装目录拷贝 tools.jar 文件到Orion安装目录。
3、Run the orion.jar file in the orion/ dir (orion.jar is an executable jar, so java -jar orion.jar will start it) (if you need to run on another port than port 80, edit the config/default-web-site.xml file).
在orion目录下,启动orion.jar(orion.jar是个可执行的jar包,所以java -jar orion.jar就可以启动她)(如果你要运行的是其它端口而不是80端口,修改config目录下的default-web-site.xml文件)。
First time you run Orion, start it with the -install switch and when prompted, enter the admin password you want to use.
第一次运行Orion时,用-install启动她(即java -jar orion.jar -install),当出现DOS提示时,输入你想使用的管理密码。
4、Now, if everything works fine the server should output "Orion/x.x.x initialized" (x.x.x being the Orion version number)
现在,如果一切运行良好的话,服务器将输出"Orion/x.x.x initialized"(x.x.x是Orion的版本号)
To make sure it really started, start your web browser and try accessing http://localhost/ from it.
确保她被正确启动,打开你的浏览器试着访问http://localhost/ 。(我改为8080端口,so访问地址为http://localhost:8080/ ,修改端口见第三步。)