Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.
/ WP-install Public archive

Python script to install a new Wordpress from terminal. To be used with mamp.

Notifications You must be signed in to change notification settings

Sheeprider/WP-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

This script was made to easily install Wordpress from scratch.
It is supposed to be used with Mamp.

Install :
	- put wp-install wherever you want
	- be sur to have execution rights on wp-install ( chmod +x wp-install )
	- add alias for the script in your terminal
		( alias wp-install='/Path/to/your/folder/wp-install' )
		( or add /Path/to/your/folder/ to your global PATH )

Usage :
	cd /Root/of/mamp/server
	wp-install <Project name> <Password> <Mail>

	- open your browser and go to http://localhost:8888/project-name
	- Install Wordpress & Enjoy

Licence :
	This software is distributed under
	the CreativeCommons Attribution-NonCommercial-ShareAlike 2.0 Generic licence
	( CC-by-nc-sa http://creativecommons.org/licenses/by-nc-sa/2.0/ )
	by Baptiste Millou <baptiste@smoothie-creative.com>

About

Python script to install a new Wordpress from terminal. To be used with mamp.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages