GithubHelp home page GithubHelp logo

booter's Introduction

booter

Bootscript for setting up a new box

Simply run wget -qO- https://github.com/ritey/booter/archive/master.zip | unzip - chmod +x booter-master/ -R cd booter-master sh booter.sh

Argument options include:

  1. SITENAME="website"
  2. DOMAIN="website"
  3. PASSWORD='123456789!'
  4. IPADDRESS="YOUR FIXED IPADDRESS"
  5. PHP="5.6|7.0"
  6. DRUSH
  7. SERVER="apache|nginx"

For example:

wget -qO- https://github.com/ritey/booter/archive/master.zip | unzip - chmod +x booter-master/ -R cd booter-master

sh booter.sh SITENAME=GitHub DOMAIN=github.com PASSWORD=password123 sh booter.sh SITENAME=GitHub DOMAIN=github.com PASSWORD=password123 PHP=7.0 DRUSH sh booter.sh SITENAME=GitHub DOMAIN=github.com PASSWORD=password123 SERVER=nginx PHP=7.0 DRUSH

Arguments

### SITENAME

Used to name the apache configuration file and create the folder name for your website to reside in

### DOMAIN

The domain to be used to access the website

Password

Used to to set the root password for MySQL

IPADDRESS (optional)

Used in the firewall rule to limit SSH access to only the specified IP address

PHP (optional)

Specify which PHP version to install. Can be either 5.6 (default) or 7.0

DRUSH

If added DRUSH to command, drush will be installed.

SERVER

Specify which server to use. Can be either apache (default) or nginx (not implemented fully).

booter's People

Contributors

medis avatar ritey avatar

Watchers

 avatar James Cloos avatar

Forkers

medis

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.