2 Star 4 Fork 1

msbox / Valar

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

Valar

介绍

基于go语言开发,轻松管理 Windows环境下php本地开发环境。

软件架构

整体架构图 输入图片说明

安装教程

  1. 下载Valar软件包直接解压即可 百度网盘下载链接 提取码: vhq7
  2. 将Valar目录加入到WIndows环境变量的PATH中
  3. 运行命令创建windows服务并启动服务 (需要管理员权限否则会提示权限不够)
# 创建服务
valar.exe server create

# 启动服务
valar.exe server start

# 查看服务状态
valar.exe server status
  1. 浏览器访问 http://localhost:3002 进入管理面板

使用说明

  1. web管理面板管理 输入图片说明
  2. 命令行管理
$ valar.exe -h

Vala Command Document
  Vala version: vala/1.0.0
  Usage: vala [service|site] [command]
  Options:
   server               : server service manager
   service              : service manager command
   site                 : site manager command"

  Command:
   server
    status              : query server status
    start               : boot server
    stop                : stop server
   service
    ls                  : query all service status
    start               : [nginx|php] boot service
    stop                : [nginx|php] stop service
    reload              : [nginx|php] reload service
   site
    ls                  : query all site status
    create              : create site to vala
    update              : update site info to vala
    delete              : delte site from vala

参与贡献

  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request
MIT License Copyright (c) 2020 msbox 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.

简介

轻松管理php本地开发环境工具集 展开 收起
Go
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Go
1
https://gitee.com/msbox/valar.git
git@gitee.com:msbox/valar.git
msbox
valar
Valar
master

搜索帮助