Showing posts with label Navigate. Show all posts
Showing posts with label Navigate. Show all posts

Wednesday, August 26, 2015

How to Set Up a VPS Host (8 Steps)


Select your VPS service. Follow the link in Resources below to browse hosting packages and prices. Select a service with a plan that suits your individual needs.
Click on the 'Sign Up' link on your chosen service's website. Fill out the forms and payment options as prompted. When you are done, wait for the service to process your application. When the service has created your account and virtual private server, it will send you an email with your login credentials.
Navigate to your chosen service's website, click 'My Account' and log in to your account with your user name and password. The first time you log in, the service will ask you to make some choices to configure your server. You will be prompted to make these selections after you log in.
Select your kernel. Most VPS services will offer a variety of Linux kernels to install on your server. If you know which kernel you want to run, select it. If you are unsure, choosing the Ubuntu kernel is a safe choice.
Select the size of your first partition. When you signed up for the VPS service, you chose a plan with a certain amount of disk space. You can choose to dedicate all of this space to a single partition. If you want to host multiple websites from your VPS, you can also choose to make a smaller first partition and then create more partitions from the remaining space.
Write down the IP address of each of your VPS partitions. These will be displayed on your account page. If you created only one partition, then you will have only one IP address.
Open a program on your computer capable of running the Secure Shell (SSH). If you are on Linux or Mac OS X, then this will be your Terminal application. If you are on Windows, download PuTTY (see Resources).
Type 'ssh root@your-partition's-ip-address' into your SSH-capable application, and press 'Enter' to access your VPS. Type in your account's password when prompted. After this, you will be logged in to your VPS, ready to install your server software and configure it to your needs.
VPS Hosting

Thursday, August 20, 2015

How to Upload a Website to GoDaddy


Open your FTP client and type in your GoDaddy hosting account username and password. If you want to avoid using a third-party FTP client, you can use the built-in GoDaddy FTP client; however, this is not recommended for large files. To access the GoDaddy FTP client, go to 'Hosting' under 'My Products.' Click 'Manage Account' by your hosting account. Under 'Content', click 'FTP Client.'
Navigate to the folder on your server where your new website files will be stored. In most circumstances, use the initial directory.
Go to the folder on your hard drive that contains your website’s HTML files.
Once you have successfully logged in to your server through the FTP client, drag and drop the files from your hard drive to the server. Make sure you have an index.html file; this is the initial page of your website that will be seen when someone types in your domain name. For example, www.yoursite.com/index.html is equivalent to www.yoursite.com.
Visit your domain name to see if the files uploaded correctly. Under most circumstances, your site should be live instantaneously. Refresh your browser if you do not see any changes.
Troubleshoot any problems that arise. Click on every link, particularly internal links, to see if they are working properly. If they are not working, go back to the raw HTML file and correct them as needed. All link and image paths should be relative to the domain and not paths on your computer. For instance, a header image might read file:///C|/my documents/photos/header1.jpg in the source code when it should read /images/header1.jpg or http://www.yoursite.com/images/header1.jpg.
Promote your new website!
VPS Hosting