/appserver-io-cli

appserver.io - Command Line Interface

Primary LanguagePHP

appserver.io cli

Build Status Coverage Status

This tool generates a simple Rout.Lt project for apperver.io to help kick off your web application

Usage

To create a simple project run

ant create-project

and then deploy it.

You can either deploy it locally with

ant local-deploy

or deploy it to a docker container. The docker container is generated on the fly and pulls the latest appserver image available, and binds to port 8080 at localhost

ant docker-deploy

You can also run commands without ant, for example to create a new action you would run

bin/appserver action Example Example\\Namespace /path  path/to/webapp

To list all available commands run

bin/appserver