| 20 | |
| 21 | == Adding a New WordPress Site == |
| 22 | |
| 23 | The server has been set up with the Webarch Secure Hosting scripts, see http://webarch.net/docs/wsh for some documentation of this. |
| 24 | |
| 25 | To add a site run the {{{curses-create-user}} script as root: |
| 26 | |
| 27 | {{{ |
| 28 | sudo -i |
| 29 | cruses-create-user |
| 30 | }}} |
| 31 | |
| 32 | The curses interface can be navigated using tab, arrow keys and the space bar on your keyboard. |
| 33 | |
| 34 | This will ask you for the following things: |
| 35 | |
| 36 | * '''Create a new user''' -- enter the username for SFTP / MySQL, this should be short and made up of lowercase letters and numbers |
| 37 | * '''Select product''' -- pick ''' 5 medium+wordpress''' and this will create the site, database and install WordPress |
| 38 | * '''Users email address''' -- enter the email address that the SFTP, MySQL and WordPress login details are to be sent to |
| 39 | |
| 40 | That's it! |