Skip to content

officialasit/wp-installation-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordpress Installation Script

This is a script that will help you to install the latest wordpress on a linux machine / server.

Installation Steps (Without Docker)

  1. Clone this Repository
git clone https://github.com/officialasit/wp-installation-sript.git
cd wp-installation-sript
  1. Run the Script
./install.sh
  1. Setup the Database
sudo mysql -uroot
> CREATE DATABASE wordpress;
> grant all privileges on wordpress.* TO 'wp_user'@'%' identified by 'PASSWORD_HERE';
> quit
  1. Open the IP of server / localhost in browser. Add the database details and you are good to go.

Installation Steps (Using Docker)

Requires Docker & Docker-Compose Installed

  1. Clone this Repository
git clone https://github.com/officialasit/wp-installation-sript.git
cd wp-installation-sript
  1. Start the Containers
sudo docker-compose up -d
  1. Visit the IP of Server / localhost in browser and setup.

Credits: Inspiration taken from https://gist.github.com/NathanTheGr8/7ff8c57eb2d6f528295699f93f014091 for Install.sh Script

About

Wordpress Installation Script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages