Naobox是本地开发工具,可以消除环境的复杂性,在部署和生产环境之间,进行自动化环境配置,通过虚拟化使得开发环境更简洁。
Naobox在轻量级VM中启动应用,使得本地保持与生产环境一样的配置。
主要特性:
应用源代码:专注于编码,而不需要过多关注配置一个本地开发环境。
语言引擎:此引擎可以检测你的应用类型和指定应用需要的服务,还有如何配置。
Docker容器:配置好和安装好的容器。
Vagrat/VirtualBox:服务在统一的轻量级Liux虚拟机(30mbRAM)中运行。
Naobox检测你的应用类型,自动配置环境,安装应用所需的所有应用和服务:
使用Usage: aobox [flags] aobox [commad]Available Commads: ru Starts a aobox, provisios the app, & rus the app's exec dev Starts the aobox, provisios app, & opes a iteractive termial ifo Displays iformatio about the aobox ad your app cosole Opes a iteractive termial from iside your app o aobox destroy Destroys the aobox stop Suspeds the aobox update Updates the CLI to the ewest available versio update-images Updates the aobox docker images box Subcommads for maagig the aobox/boot2docker.box egie Subcommads to aid i developig a custom egieFlags: --backgroud[=false]: Stops aobox from auto-suspedig. -f, --force[=false]: Forces a commad to ru (effects vary per commad). -v, --verbose[=false]: Icrease commad output from 'ifo' to 'debug'. --versio[=false]: Display the curret versio of this CLIAdditioal help topics: aobox productioUse "aobox [commad] --help" for more iformatio about a commad.
评论