Changes between Version 1 and Version 2 of intro_to_MFPL_hosting
- Timestamp:
- Dec 7, 2013, 3:45:54 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
intro_to_MFPL_hosting
v1 v2 1 This page explains some things about the MFPL servers and how to use MFPL hosting tools to create and manage websites. 2 3 This first draft is being written by Patrick Gibbs (and anyone who wants to) in December, 2012. 1 This page explains some things about the MFPL servers and how to use MFPL hosting tools to create and manage websites. First draft by Patrick Gibbs in December, 2012. 4 2 5 3 First, appreciation for the MFPL support team! These fantastic humans do much of the nitty-gritty work of keeping this hosting infrastructure running. Learn more about the support team and see who's on it (though the list is a bit outdated) at [wiki:support-team Support Team]. … … 27 25 $ ssh patrickgibbs@marx.mayfirst.org 28 26 }}} 29 Wondering which server your site lives on? Look in the Members' Control Panel (see section above).27 Wondering which server your site lives on? (In the command above, patrickgibbs is on marx.) Look in the Members' Control Panel (see section above). 30 28 31 29 I use Filezilla for FTP, and the connection details are the same as for ssh. … … 118 116 0 patrickgibbs@marx:/home/members/patrick0/sites/patrickgibbs.mayfirst.org$ 119 117 }}} 120 ==== logs ====118 ==== Logs ==== 121 119 Useful logs and log backups here. 122 120 {{{ … … 143 141 $ 144 142 }}} 143 144 More on [wiki:web_server_logs Web Server Logs] 145 145 146 ==== .red ==== 146 147 This has something to do with the Members' Control Panel. I haven't touched anything in here, and it looks like I don't have permissions to anyways. … … 158 159 0 patrickgibbs@marx:/home/members/patrick0/sites/patrickgibbs.mayfirst.org$ 159 160 }}} 161 160 162 ==== users ==== 161 163 This is like `home` on my laptop -- it has a directory for each user, and when you login you arrive in that directory by default, for me `users/patrickgibbs` is the `~` directory. We already looked inside. 164 162 165 ==== web ==== 163 166 This is where websites live! On those $5/month cPanel hosts I've used, this directory was called '''`public_html` or `www`'''. This starts out empty.