Getting PHP Hosting Dr. Charles Severance

Slides:



Advertisements
Similar presentations
WordPress Installation for Beginners Sheila Bergman
Advertisements

Introduction to PHP Dr. Charles Severance
PHP Functions / Modularity
Online Portfolio Development Session #56 Oct. 11, 2004 Jen Alexander.
Creating WordPress Websites. Creating a site on your computer Local server Local WordPress installation Setting Up Dreamweaver.
Getting PHP Hosting Dr. Charles Severance. What We Need We want to be able to put up our application on the web so anyone can access our URL (and so we.
LEARN THE QUICK AND EASY WAY! VISUAL QUICKSTART GUIDE HTML and CSS 8th Edition Chapter 21: Publishing Your Pages on the Web.
Louisa Lambregts, What Makes a Web Site Successful and Effective? Bottom Line... Site are successful if they meet goals/expectations.
Forms and PHP Dr. Charles Severance
Creating a Web Presence Introduction to WordPress Week 1.
Web Sites for amateur radio. So You want to make a Web Site? There are several things you need to know about web sites before you start to think about.
By. Carlo Roberto Note: My tutorial is base on how I “personally” upload my website. Kung mali man ang way ko sa pag upload. Paki PM ako. HAHA.
Connecting to USF Network for Web Site SSH Secure Shell is the FTP program you will use to download your http files onto the USF server. To get the SSH.
Internet Research Practice and Experience Ravi Iyer.
Google Apps (Education Edition) A step guide to a successful deployment January 10 th, 2008 California Technology Assistance Project
PHP Arrays Dr. Charles Severance
Conditional Execution Chapter 3 Python for Informatics: Exploring Information
Introduction to Dynamic Web Content Dr. Charles Severance
DataFlow Diagram – Level 0
PHP Functions Dr. Charles Severance
Create Your Own Webpage. Today’s Agenda Learn about uploading your site Meet in small groups to share work Present.
Setting up Dreamweaver to use your local WAMP testing Server
Forms and PHP Dr. Charles Severance
Hostway Confidential & Proprietary Introduction to Web Hosting.
PHP Arrays Dr. Charles Severance
PHP Functions / Modularity Dr. Charles Severance
Loops and Iteration Chapter 5 Python for Informatics: Exploring Information
Creating Website Using FrontPage 2003 By Heidi Lee.
Your current Moodle 1.9 Minimum Requirements Ability to do a TEST RUN! Upgrading Moodle to Version 2 By Ramzan Jabbar Doncaster College for the Deaf By.
Expanding your MoodleCloud Storage to Fill the "Entire Sky" Dr. Rick Jerz LeClaire, Iowa (link to video)link to video © 2016 rjerz.com1.
How to use Drupal Awdhesh Kumar (Team Leader) Presentation Topic.
Introduction to Dynamic Web Content Dr. Charles Severance
Promoting literacy in a computer- literate way: how to build and maintain a not for profit website.
Expanding your MoodleCloud Storage to Fill the "Entire Sky"
Dr. Charles Severance Using Handlebars Dr. Charles Severance
C.R.U.D. Charles Severance
Introduction to Dynamic Web Content
PHP Arrays Dr. Charles Severance
Our Technologies Dr. Charles Severance
Reading Files Chapter 7 Python for Everybody
WordPress Introduction
HTML Charles Severance
PHP Functions / Modularity
Transactions Dr. Charles Severance
Cascading Style Sheets
Using JSON Dr. Charles Severance
Conditional Execution
Redirect, Routing, and Authentication
Regular Expressions Chapter 11 Python for Everybody
Introduction to PHP Dr. Charles Severance
Loops and Iteration Chapter 5 Python for Everybody
Introduction to PHP Dr. Charles Severance
HTTP Parameters and Arrays
Functions Chapter 4 Python for Everybody
PHP Arrays Dr. Charles Severance
Object Oriented Programming in JavaScript
Expressions and Control Flow in PHP
Tuples Chapter 10 Python for Everybody
PHP Namespaces (in progress)
Introduction to Dynamic Web Content
Using jQuery Dr. Charles Severance
AppointmentmentPeach Appointment Manager
Charles Severance Single Table SQL.
Enter Your Presentation Title
Introduction to Dynamic Web Content
HTML Tags and Structure
Data Modelling Many to Many
Model View Controller (MVC)
Presentation transcript:

Getting PHP Hosting Dr. Charles Severance Note from Chuck. If you are using these materials, you can remove my name and URL from this replace it with your own, but please retain the CC-BY logo on the first page as well as retain the entire last page when you remix and republish these slides. Dr. Charles Severance

What We Need We want to be able to put up our application on the web so anyone can access our URL (and so we can grade it) You have many choices Free Hosting - limited bandwith - but OK for this class UMSI Hosting - Free as long as you are an SI student or in an SI class Pay for hosting - starting at less than $5.00 per month

UMSI-Provided Hosting http://csev.people.si.umich.edu/ Must use VPN if cnnecting from off-campus http://www.itcom.itd.umich.edu/vpn/ Allows remote shell access (SSH) - no free hosting gives shell access https://blinky.si.umich.edu/confluence/display/SIC/Personal+People+Site

You must be on campus or use the VPN

Free PHP / MySQL Hosting These are fully functional services on solid hardware from real companies They are a loss leader - want to get you comfortable and then get you to pay $3.00 per month or more They will spam you here and there - especially is you use it a lot Bandwidth and data size limitations - but plenty for this course

Some Free Hosting Choices http://www.byethost.com http://www.awardspace.com/ http://www.zymic.com/ http://www.000webhost.com/ https://x10hosting.com/ .. search for "Free PHP/MySQL hosting"

www.byethost.com They use a standard CPanel They only ask for limited personal info (i.e. no phone) Don't worry about the exact limitations - if your site starts getting real traffic - you should pay anyways

http://byethost.com/index.php/free-hosting

It takes a while....

Give this 30 minutes to work

CPanel CPanel is a very nice and very standard system administration tool kit for hosted systems Server configuration Database setup PHPMyAdmin File Management .....

Pick One

Uploading Files

CyberDuck

howdy.php <h1>Hello from Dr. Chuck's HTML Page</h1> echo "Hi there.\n"; $answer = 6 * 7; echo "The answer is $answer, what was the question again?\n"; ?> </p> <p>Yes another paragraph.</p>

Remember - it can take up to 30 minutes for a domain name to propogate when you create a Byethost account.

Summary You will need a real on-the-web site to turn your assignments for the class SI People Server Free hosting like ByetHost Learn CPanel Install and use a FTP tool

Acknowledgements / Contributions Continue new Contributors and Translators here These slides are Copyright 2010- Charles R. Severance (www.dr-chuck.com) as part of www.php-intro.com and made available under a Creative Commons Attribution 4.0 License. Please maintain this last slide in all copies of the document to comply with the attribution requirements of the license. If you make a change, feel free to add your name and organization to the list of contributors on this page as you republish the materials. Initial Development: Charles Severance, University of Michigan School of Information Insert new Contributors and Translators here including names and dates Note from Chuck. Please retain and maintain this page as you remix and republish these materials. Please add any of your own improvements or contributions.