Git Product home page Git Product logo

avhcreator's Introduction

avhCreator

PHP Apache Virtual Host Creator for WAMP

Configuration

The first thing to do is config only three varables:

  • The wamp's www path.
$www_dir = 'C:/wamp/www/';
  • The httpd-vhosts.conf file location. Here, almost in all of the cases the only thing that changes is the version of apache.
$httpdVhosts = 'C:\wamp\bin\apache\apache2.4.9\conf\extra\httpd-vhosts.conf';
  • The apache service name. This might be wampapache64 for 64 bits machines, or wampapache for 32 bits.
$apache_service_name = 'wampapache64';

Running

First, download the avhCreator file from this repository.
Open the prompt (or similar) as Administrator and run this command:

cd /location/of/avhCreator/file
php avhCreator <serverName> <publicFolder>

Parameters

Parameter Required Default value Description
serverName yes The name of the server that you want create.
Ex.: myecommerce.app, myblog.app, ...
publicFolder no public The public folder for your server.
Ex.: public, public_html, web, ...
#### Example
php avhCreator myblog.app public_html
And then, go to http://myblog.app

avhcreator's People

Contributors

marcoskubis avatar

Stargazers

 avatar Jônathas Quintanilha avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.