nbcutechnology / pubstack-shell
提供全局可访问的命令,用于操作 Pubstack。
1.0.0
2015-05-09 05:40 UTC
Requires
- php: >=5.4
- symfony/console: ~2.0
- symfony/process: ~2.0
This package is not auto-updated.
Last update: 2024-09-14 16:34:43 UTC
README
本项目提供了一种方便的方式与 Pubstack 虚拟机交互。
快速开始
确保 ~/.composer/vendor/bin
已添加到您的 $PATH
,然后
composer global require nbcutechnology/pubstack-shell
pubstack init
pubstack configure
# Your editor will open with the pubstack config. Make your changes and save it.
pubstack up
完成。
可配置变量。
您可以使用环境变量更改 Pubstack Shell 的一些行为。
export PUBSTACK_PATH='/home/youruser/path/to/your/pubstack'
将允许您使用自定义的 Pubstack 位置。export PUBSTACK_REPO="https://github.com/youruser/pubstack"
将让您选择要使用的 Pubstack 分支。这不一定必须是 Pubstack,但我们不支持其他 vagrant 环境,如果出现问题我们会嘲笑您。