Install WordPress to Linux

DCurrent

Site Owner, OpenBOR Project Leader
Staff member
When it comes to Linux I'm nothing compared with people like @msmalik681, but I did manage a WordPress guide for class. Might save some pain for anyone else starting out.

 
Seems quite advanced to me i did not know about the port opening comnand. Did you have to use the terminal for everything.

Fyi most linux package managers use generic package names just the install command changes.
Debian: sudo apt install
Arch: sudo pacman -S
OpenSUSE: sudo zypper install
Fedora: sudo yum install or sudo dnf install (dnf is newer)
Gentoo: . . . . . We don't talk anout Gentoo lol.
 
Did you have to use the terminal for everything

No, but I prefer to for a couple of reasons.
  1. The Virtual Box interface sucks. Putty lets you expand the work area and also allows access to the host machine's clipboard.
  2. It's a built in test for the bridge connection. If I'm able to tunnel in with Putty, I know for certain I have a good bridge.
Fyi most linux package managers use generic package names just the install command changes.

Thanks, I'll keep that in mind.

DC
 
Back
Top Bottom