#Getting Started. (steps to run wordpress.) killercoda
git clone https://github.com/ShoomanKhatri/wordpress-on-docker.git
cd wordpress-on-docker/
ls
cat README.md
mkdir wordpress db
docker-compose up -d
docker ps
**** USEFUL COMMANDS OF LINUX ****
- cd .. =>To move out of a directory.
- clear =>To clear the terminal.
- cat =>To concatenate and display the content of files.
- docker images =>To list the Docker images that are currently stored on your system.
- df -h =>To display information about disk space usage on a Linux system. df stands for disk free, '-h' flag stands for human readable.
- du -h =>To check the disk usage of a specific directory. du stands for disk usage.
- free -h =>To check the available free RAM on a Linux system.
- ps =>To provide information about the currently running processes on a system. (ps stands for process status).
- rmdir /path =>The rmdir command is specifically designed for removing empty directories.
Websites to run Wordpress :
Wordpress Playground Links :