Giter VIP home page Giter VIP logo

create-new-mamp-site's Introduction

Create-new-MAMP-site

A bash shell script to create new sites easily within MAMP.

What it does (automatically)

  1. Prompts you for a site url.
  2. Downloads the latest version of Wordpress from Wordpress.org to a folder named after your site's url within MAMP's htdocs folder
  3. Unzips the downloaded file
  4. Moves the files to their proper place
  5. Deletes the downloaded zip and leftovers
  6. Deletes default included plugins and themes.
  7. Opens your default browser to the new Wordpress site's setup screen at localhost:8888/[site-url] (MAMP must be running!)
  8. Opens Chrome to MAMP's phpMyAdmin for you to create a new database in. (MAMP must be running!)

Installation

  1. The file new-wp.sh needs to be placed in your Mac's usr/local/bin folder so that it can be run from any folder you may be in. That folder is a system folder and will be invisible within Finder by default. To make hidden system folders and files visible you will need to... (Instructions go here)

  2. Before you can run new-wp.sh you will need to change it's permissions so that it will run properly. This needs to be done only once and is done by entering the following command. chmod u+x /usr/local/bin/new-wp.sh

  3. Now you can open Terminal.app on your Mac at any time and type new-wp.sh to create a new site

Screenshots

To-do

  • Define Database details on install. Like this
  • Remove unused plugins & themes
  • Add essential plugins

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.