Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Aug 4, 2025. It is now read-only.
/ webenv Public archive

#️⃣ Setup your web development environment in one command

License

Notifications You must be signed in to change notification settings

henryhale/webenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webenv

Setup your web development environment in one command

Important

Project archived in favour of modern actively maintained projects that clearly put my original long-term vision way better.

overview

Setting up a development environment on your new machine can be hard sometimes. The sole aim of this project is to provide a convenient way of getting the job done with one command.

usage

Below are the environments currently available;

  • Node.js : Run this script to setup an envirnoment with an IDE, git, browser, node.js, package manager and your favorite framework cli

    curl -O https://raw.githubusercontent.com/henryhale/webenv/master/setup-nodejs.bash
    bash setup-nodejs.bash
  • LAMP stack : Setup a PHP based enviroment with php, composer, database server and phpmyadmin

    curl -O https://raw.githubusercontent.com/henryhale/webenv/master/setup-lamp.bash
    bash setup-lamp.bash
  • XAMPP : Setup a pre-configured PHP based enviroment with XAMPP from Apache Friends containing php, mysql, mariadb, perl, apache, ftp server, phpmyadmin

    curl -O https://raw.githubusercontent.com/henryhale/webenv/master/setup-xampp.bash
    bash setup-xampp.bash

faq

  • Errors concerning user permissions: re-run the command with sudo. Example:
    $ chmod +x setup-nodejs.bash
    $ sudo ./setup-nodejs.bash

development

Clone this GitHub repository and get hacking. While testing out new features or implementing adjustments, run the setup-* scripts with --local command line argument. This enables you to use the local files rather than downloading the common variables and functions from the GitHub repo.

$ ./setup-nodejs.bash --local

issues

In case of any issues such as bugs or errors, kindly open an issue describing what happened

license

Released under MIT License

Copyright 2023 - Present Henry Hale

About

#️⃣ Setup your web development environment in one command

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages