Skip to content

emreeroglu/wppy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wppy

wppy is a tool to get the latest version of Wordpress and install and configure it for you in one-line command.

Requirements

PHP (>=5.0)
MySQL
Python
curl

Runs on only Linux.

Installation

  1. Clone this repository or download a zip.
  2. Run wppy-installer.py with root privileges:
    $ sudo python wppy-installer.py
  3. That's all!

Usage

  1. Go to the directory that you want to install Wordpress. Ex:
    $ cd /var/www/
    (PS: You don't need to create a directory. wppy will do it for you)
  2. Just run wppy with --name parameter. This parameter will be your folder name.
    $ wppy -n myblog
  3. Your Wordpress is ready on ex. http://localhost/myblog

Contact

Please notify me if you have bugs or recommendation:
[email protected] - GPG: 0x0FA83C53

About

Wordpress getter and installer tool.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%