1.0.1 • Published 5 years ago

@sliomere/jeeves v1.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

Jeeves

Serving your sites. Easily.

Jeeves

About Jeeves

Jeeves is a small script that you can use to refer to your website by a local .test domain. For example, let's say you run jeeves on a site named "MyWebApp", jeeves will then add "127.0.0.1 mywebapp.test" to the hosts file and create a VirtualHost for apache to serve the site.

Install

npm install sliomere/jeeves

Prerequisites

In order to use Jeeves, a few steps need to have been completed.

  1. PHP must be installed and properly configured
  2. Apache must be installed and properly configured

Usage

Create a link: jeeves link <domain>

Remove a link: jeeves unlink <domain>

Config

The config file contains the following options:

Config KeyDescriptionDefault value
vhostsFileThe location of the apache httpd-vhosts.conf fileC:\\Apache\\conf\\extra\\httpd-vhosts.conf
laravelEnable or disable laravel support (ensures that the link points to a /public directory)true