https://github.com/andrearufo/newp
A fast script to create a new Wordpress installatio in a folder via CLI
https://github.com/andrearufo/newp
Last synced: 3 months ago
JSON representation
A fast script to create a new Wordpress installatio in a folder via CLI
- Host: GitHub
- URL: https://github.com/andrearufo/newp
- Owner: andrearufo
- License: mit
- Created: 2020-11-13T11:10:16.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-23T21:07:57.000Z (over 5 years ago)
- Last Synced: 2025-03-11T04:49:51.697Z (over 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# neWp
The *neWp* (read _new wp_) is a blazing fast script to create a new Wordpress installation in a new folder via CLI.
## How to install
To use this script is necessary to download the `newp.sh` and make it executable.
```
$ wget -O newp https://raw.githubusercontent.com/andrearufo/newp/main/newp.sh
$ chmod +x newp
```
### For global shortcut
```
$ cd /usr/local/bin
$ wget -O newp https://raw.githubusercontent.com/andrearufo/newp/main/newp.sh
$ chmod +x newp
```
## Kudos
- https://www.taniarascia.com/how-to-create-and-use-bash-scripts/
- https://www.cyberciti.biz/faq/howto-check-if-a-directory-exists-in-a-bash-shellscript/
- https://github.com/RoverWire/virtualhost