Changes between Version 5 and Version 6 of ParrotServer


Ignore:
Timestamp:
05/02/13 10:01:49 (4 years ago)
Author:
chris
Comment:

Add a site documentation has been added

Legend:

Unmodified
Added
Removed
Modified
  • ParrotServer

    v5 v6  
    1818 
    1919* https://penguin.transitionnetwork.org/munin/transitionnetwork.org/parrot.transitionnetwork.org/ 
     20 
     21== Adding a New WordPress Site == 
     22 
     23The server has been set up with the Webarch Secure Hosting scripts, see http://webarch.net/docs/wsh for some documentation of this. 
     24 
     25To add a site run the {{{curses-create-user}} script as root: 
     26 
     27{{{ 
     28sudo -i 
     29cruses-create-user 
     30}}} 
     31 
     32The curses interface can be navigated using tab, arrow keys and the space bar on your keyboard. 
     33 
     34This 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 
     40That's it! 
    2041 
    2142== Updates ==