|
|
|
@ -5,11 +5,11 @@ Original Author: Matt Doyle <https://www.elated.com/cms-in-an-afternoon-php-mysq |
|
|
|
Updates: Robert S. |
|
|
|
Updates: Robert S. |
|
|
|
``` |
|
|
|
``` |
|
|
|
Note: I use the hash sign # to note a comment, do not run it in the terminal. |
|
|
|
Note: I use the hash sign # to note a comment, do not run it in the terminal. |
|
|
|
Note: I use the dollar sign $ for the Linux prompt commands to run. |
|
|
|
Note: I use the dollar sign $ for the Linux prompt commands to type in or copy to run. |
|
|
|
|
|
|
|
Don't type or copy the dollar sign $ prompt it's self! |
|
|
|
Note: I use the greater-than sign > for the MySQL prompt commands. |
|
|
|
Note: I use the greater-than sign > for the MySQL prompt commands. |
|
|
|
|
|
|
|
Don't type or copy the greater-than sign > prompt it's self! |
|
|
|
Note: The apt-get package mgr is used by debian Linux like Ubuntu. |
|
|
|
Note: The apt-get package mgr is used by debian Linux like Ubuntu. |
|
|
|
Note: To stay as logged in as root you may do $ sudo -i |
|
|
|
|
|
|
|
then type exit to quit out of sudo -i from root when done as root. |
|
|
|
|
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
## Make web group |
|
|
|
## Make web group |
|
|
|
|