• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here: Home » Installing WordPress on Free Cloud VPS from Host1Free

By Abhishek Ghosh August 21, 2012 12:17 am Updated on August 21, 2012

Installing WordPress on Free Cloud VPS from Host1Free

Advertisement

Installing WordPress on Free Cloud VPS from Host1Free will follow the same principle as installing on any server with root access from Command Line Interface. By principle its the same like we did for Installing WordPress on Rackspace Cloud Server. Host1Free is proving Cloud VPS for free of cost and you can install some softwares or can host a website if you want.

 

Installing WordPress on Free Cloud VPS from Host1Free : Preface

 

We applied for the account to writing the guide Installing WordPress on Free Cloud VPS from Host1Free, we have not mentioned our intention neither we any relationship with Host1Free. The process is easy, simply got to :

 

Vim
1
http://www.host1free.com/free-hosting/

 

Click Sign up Button, you will get 4 options of Server OS to choose from. We applied for Debian Squeeze x86, that is Debian 6 and there is no x64. There is reason for choosing Debian. As the RAM is 128 MB, its good to use Debian apart from the stability as we will get most repo by simply running commands. We used CentOS for for Installing WordPress on Rackspace Cloud Server guide.

Advertisement

---

You will get your free Cloud VPS account within few hours, activate the account and go the control panel :

 

Installing WordPress on Free Cloud VPS from Host1Free

 

You can set the Hostname from control panel and the I.P. address is there. Your password will be sent via email. A Free Cloud VPS can not be compared with Rackspace’s 32 GB VPS or Amazon’s VPS. But yes, its far better than many paid VPS. It supports API.

In the screen-shot you can see the name thecustomizewindows – its the name of the server we have chosen for our branding. It has nothing to do with domain name.  Copy the I.P. Address from the control panel to any text editor like Notepad. Change your Server’s password from Control Panel. If you are using Windows OS, download PuTTY, else use Terminal in Mac OS X or Linux.

As most users uses Windows, we will show Installing WordPress on Free Cloud VPS using PuTTY, the commands will be essentially the same for Terminal.

 

Steps for Installing WordPress on Free Cloud VPS from Host1Free

 

So download PuTTY and double click to run it. Copy Paste the I.P. Address and Hit Open, no change of settings is required. It will load with :

 

Vim
1
login as :

 

Type root and hit Enter or Return from Keyboard. The password is your set password if you changed it, else its the password sent via email. Type the password, you will not see anything, just hit enter after typing the password rightly. You have to accept the key, a prompt will pop up. So, I have logged in :

 

 

Free Cloud VPS from Host1Free

 

We will perform a typical Apache Server installation. You can use nginx as server software. ngnix is lighter and faster and its easy to use with Debian. You can use nginx for Installing WordPress on Free Cloud VPS, simply follow the commands of this tutorial.

Update the repo :

 

Vim
1
apt-get update

 

It will take a bit time. Check the update :

 

Vim
1
apt-get upgrade --show-upgraded

 

As the RAM is very small in amount, it is the major problem to update it. Install Apache 2 :

 

Vim
1
apt-get install apache2

 

It will show you upgrade message, accept it with typing Y :

 

Apache2

 

 

Type :

 

Vim
1
a2enmod rewrite

 

Its for mod rewrite. We will need it for using WordPress’s .htaccess mod rewrite features.

 

We are taking that, you already have a domain. So change your position to :

 

Vim
1
cd /etc/apache2/sites-available/

 

Taking your domain is domain.com, create these folders :

 

Vim
1
2
mkdir -p /srv/www/domain.com/public_html
mkdir /srv/www/domain.com/logs

 

From the control panel, the virtual host should be set properly, still look and check there. If you have set your domain as domain.com, the, open the named file with nano or vi and edit it, the location should be :

 

Vim
1
/etc/apache2/sites-available/domain.com

 

The server is basically weak on RAM, you might face hanged condition. Reboot from Control Panel in such case. This is a typical example of the virtual host configuration :

 

Vim
1
2
3
4
5
6
7
8
<VirtualHost *:80>
ServerAdmin webmaster@domain.com
ServerName yourservername
ServerAlias www.domain.com
DocumentRoot /srv/www/domain.com/public_html/
ErrorLog /srv/www/domain.com/logs/error.log
CustomLog /srv/www/domain.com/logs/access.log combined
</VirtualHost>

 

Add the connection :

 

Vim
1
a2ensite domain.com

 

Restart Apache :

 

Vim
1
/etc/init.d/apache2 reload

 

Install mySQL :

 

Vim
1
apt-get install mysql-server

 

Then :

 

Vim
1
mysql_secure_installation

 

 

Login :

 

Vim
1
mysql -u root -p

 

Vim
1
2
3
Now create a database by typing -
 
create database <span style="color: #ff0000;">wordpress</span>;

 

Then :
Type –

Vim
1
create user ˜<span style="color: #ff0000;">wordpress</span>™@'localhost™ identified by ˜<span style="color: #ff0000;">password</span>™;

 

then –

Vim
1
grant all privileges on ˜.™ to ˜<span style="color: #ff0000;">wordpress</span>™@'localhost™ with grant options;

 

Type quit to quit.

 

Vim
1
apt-get install php5 php-pear php5-suhosin php5-mysql

 

Restart Apache :

 

Vim
1
/etc/init.d/apache2 restart

 

Go to your public Directory :

 

Vim
1
CD /srv/www/domain.com/public_html

 

Download WordPress :

 

Vim
1
wget http://wordpress.org/latest.tar.gz

 

Untar it :

 

Vim
1
tar -xzvf latest.tar.gz

 

Move all files from WordPress sub directory to root :

 

Vim
1
mv /wordpress* .

 

Note the dot.

 

Point your browser to :

 

Vim
1
http://yourdomain.com/wp-admin/install.php

 

It will say that there is no configuration file, create it and use the database details you entered above and we have completed Installing WordPress on Free Cloud VPS from Host1Free.

 

Signature Tagged With ip vps free

This Article Has Been Shared 715 Times!

Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Installing WordPress on Free Cloud VPS from Host1Free

  • Installing WordPress on Rackspace Cloud Server with Cloud Database

    Installing WordPress on Rackspace Cloud Server with Cloud Database can give you a good performance with scalable and economically best solution. Simple Guide.

  • Self Hosted WordPress on Cloud Server for Dummies

    Self Hosted WordPress is itself a scary phrase to a non-tech person and add Cloud Server on it. Here is Very Easy Guide to under Self Hosted WordPress.

  • Downloading or Cloning a Full Website in OS X and Linux with wget

    Downloading or Cloning a Full Website in OS X and Linux with wget can make it fully static and you can deliver it from any CDN like Rackspace Cloud Files.

  • Rackspace Cloud FTP Guide

    Rackspace Cloud FTP Guide covers both the FTP / SFTP for Rackspace Cloud Sites and Rackspace Cloud Server.Here are also tips and tricks for Rackspace Cloud FTP.

  • Installing Gitlab on Rackspace Cloud Server

    Installing Gitlab on Rackspace Cloud Server using a single server Debian instance with 1 GB RAM is quite easy. Here are the steps with commands.

Additionally, performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Four Foolproof Tips To Never Run Out Of Blog Ideas For Your Website March 28, 2023
  • The Interactive Entertainment Serving as a Tech Proving Ground March 28, 2023
  • Is it Good to Run Apache Web server and MySQL Database on Separate Cloud Servers? March 27, 2023
  • Advantages of Cloud Server Over Dedicated Server for Hosting WordPress March 26, 2023
  • Get Audiophile-Grade Music on Your Smartphone March 25, 2023

About This Article

Cite this article as: Abhishek Ghosh, "Installing WordPress on Free Cloud VPS from Host1Free," in The Customize Windows, August 21, 2012, March 29, 2023, https://thecustomizewindows.com/2012/08/installing-wordpress-on-free-cloud-vps-from-host1free/.

Source:The Customize Windows, JiMA.in

PC users can consult Corrine Chorney for Security.

Want to know more about us? Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy

We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Do not sell my personal information.
Cookie SettingsAccept
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT