hitgo / installer
Hitgo command line installer.
dev-master
2016-08-22 14:04 UTC
Requires
- guzzlehttp/guzzle: ~4.0|~5.0|~6.0
- symfony/console: ~2.3|~3.0
- symfony/process: ~2.3|~3.0
This package is not auto-updated.
Last update: 2025-01-15 00:01:31 UTC
README
#Hitgo
A command line tool that deploys a PHP application to hitgo.io server with ease.
Prerequisites
- PHP > 5.7
- Composer
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