1 Star 0 Fork 3

laijk / mod-anywhere

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

Anywhere

将当前目录变成一个静态文件服务器的根目录。项目基于vert.x创建,vert.xNode.jsJVM的替代方案。

环境

  • Vert.x
  • 请使用Current release版本,并正确设置JAVA_HOMEVERTX_HOME系统变量和路径。

下载

  • git clone git@git.oschina.net:yafengli/mod-anywhere.git mod-anywhere

Gradle

  • 编译安装:

      cd mod-anywhere
      gradle clean modInstall		
  • 安装会在$VERTX_HOME/sys-mods目录部署模块;

Maven

  • 编译安装:

      cd mod-anywhere
      mvn clean install
  • 模块会安装到Local Maven Repository,如有修改请编辑$VERTX_HOME/conf/repos.txt中的mavenLocal项内容。

应用

  • 静态目录

      mkdir -p /tmp/html
      cd /tmp/html
      echo "<h1>Hello World!</h1>" > index.html
  • 运行服务

      cd /tmp/html
      vertx runmod io.vertx~mod-anywhere~0.1.0-final
  • 访问 http://127.0.0.1

The MIT License (MIT) Copyright (c) 2013 ya_feng_li@163.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

将当前目录变成一个静态文件服务器的根目录。 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/laijk/mod-anywhere.git
git@gitee.com:laijk/mod-anywhere.git
laijk
mod-anywhere
mod-anywhere
master

搜索帮助