Managing a Web Site with Reclaim Hosting
Introduction
Reclaim Hosting is a company that provides a wide range of web development tools and options for schools. This page will walk you through setting up a Reclaim account and accessing the tools in Reclaim that HSU is providing training for.
Learning Outcomes
- Gain access to tools in Reclaim.com
- Create web pages in HTML
- Create a web site in WordPress
Getting Started
-
Navigate to ReclaimHosting.com in a browser
- Click on "Client Area Login" in the upper left
- Enter the email you provided to your teacher and the password they provided you with (need to finish this)
- This should take your to the "Client Area". Reclaim works by providing us with a virtual web server (a type of virtual computer) that allows us to publish content on the Web. The Client Area is like the home page for our server.
- Click on "cPanel"
- If you end up at a login page, just click back in the browser and click on "cPanel" again.
- Click on "File Manager". This opens a file manager for the server. Here you should see the folders that are on our server including one called "public_html".
- Double-click on the icon next to the folder "public_html". You should see a directory that includes a folder for your web site (need to finish this).
- Double-click on the icon next to your folder. You should see an empy folder.
- Click on "+File".
- Enter "index.html" for the file name. This will be the default web page for this folder.
- Right click on the index.html file and select "HTML Edit".
- In the dialog that appears, click "Edit". You are now in a HTML edtirothat is quite powerful and easy to use.
- Type in a heading, select it, and then select "Heading 1" from the popup menu labeled "Format". This popup changes the type of format that is applied to the selected text.
- Start a new paragraph and type some more text.
- The icons in the editor provide access to the most common HTML features. Spend some time trying them out.
- Open a new browser window and enter: "humboldt.reclaim.hosting/<Your Folder> and press "Enter". You should see the HTML content you entered appear in the browser.
Notes:
To link to another HTML page in the same folder, use “../..” and then the path to the file.
Using WordPress to Create a Web Site
- From cPanel, click on "WordPress"
- Click on "My Applications"
- Scroll down until you see the version of WordPress that has been assigned to you.
- Click on the link that ends in "wp-admin". This should take you to the WordPress Dashboard for your website.
- From here, you have a full version of WordPress that you can manage. For more information on using WordPress, see the videos created by Nick Malloy.
Notes:
- Customize refers to changing the style of the web site which includes, fonts, widgets, the menu, etc.