hitgo/installer

Hitgo command line installer.

dev-master 2016-08-22 14:04 UTC

This package is not auto-updated.

Last update: 2024-10-08 22:51:45 UTC


README

#Hitgo

A command line tool that deploys a PHP application to hitgo.io server with ease.

Prerequisites

Installation

composer global require "hitgo/installer"

Example usages

By default, Hitgo uses public directory as a web root. If you don't have public directory, Hitgo automatically looks for htdocs, index.php, or index.html` in your project.

$ mkdir -p helloworld.com/public
$ cd helloworld.com && echo '<?php echo "It works!";' >> public/index.php
$ hitgo

Author Information

Hitgo is created by Ekkachai Danwanichakul