Archive for the 'Zunicore' Category

Installing WordPress on your Zunicore Cloud Server

We have a lot of web developers taking advantage of the Zunicore flexibility while building and hosting their sites on the Zunicore Cloud. Some of their design and site integration with Content Management Systems (CMS) is truly remarkable. Their ability to create, customize, configure, backup, and even create the server as a customized template really showcases how incredibly advanced these users are and how easy it is for CMS developers to maximize efficiency using the Zunicore Cloud.

However, not all of our users are familiar with building a Content Management Server and web developing using Php or MySQL. So, to provide further insight into how simple it can be to set up a CMS using our Zunicore Cloud, we wanted to show how quick and easy it can be.

You will first need to install the basic packages:

apache
MySQL
Php53
Php53-mysql
unzip
wget

These packages will allow you to build the CMS as a Linux web server and wget will retrieve the latest WordPress software.

#yum -y install mysql-server httpd php53  php53-mysql unzip wget

 

Make sure to turn on MySQL and Apache:

#service mysqld start; service httpd start

You will then need to make sure Apache and MySQL will start at run time:

#chkconfig httpd on; chkconfig mysqld on

Now, you will need to create a database for your WordPress server:

#mysql -u root -p
mysql> CREATE DATABASE wordpressblog;
mysql> GRANT ALL PRIVILEGES ON wordpressblog.* TO “wordpress”@”localhost” IDENTIFIED BY “zunicore” ;
mysql> FLUSH PRIVILEGES;
mysql> Exit;

We use the below values for the configuration:

DATABASE name = wordpressblog

Username = wordpress

Password = zunicore

After you have created the database, change directories to /var/www/html. You will now download the latest WordPress package and unzip it in your directory:

#wget http://wordpress.org/latest.zip
#unzip latest.zip

Once this extracts, you can remove the download .zip and the unnecessary directory:

#rm latest.zip ; mv wordpress/* ./ ; rmdir wordpress

Now, you will need to make wp-content/uploads and wp-content/cache writable by your web server:

#mkdir wp-content/uploads wp-content/cache

#chown apache:apache wp-content/uploads wp-content/cache

Next, you will need to edit the WordPress configuration file. First, copy wp-config-sample.php to wp-config.php:

#cp wp-config-sample.php wp-config.php

Then, edit /var/www/html/wp-config.php :

#vim /var/www/html/wp-config.php

Change the WordPress values correctly to match the database name, user, and password that was created earlier:

DB_NAME = the database name (wordpressblog)

DB_USER = user name (wordpress)

DB_HOST = localhost

DB_PASSWORD = PASSWORD (zunicore)

You can now complete the set up your of WordPress CMS. Open up your web browser and enter your IP address/wp-admin/install.php in the url field. You should see the WordPress Welcome message on your browser.  This will start the process of creating a WordPress admin, adding the site name, and a description to your site:


Once you are done, you will then be forwarded to your first ever CMS!

At any point of the installation you are not comfortable with setting up the CMS or you would prefer an even easier experience, Standing Cloud provides you with a  CMS of your choice and an incredibly easy, point and click install process all while using the Zunicore Cloud.

Backup your virtual server through ssh to another cloud server

We offer a number of awesome features  our users can take advantage of so they can experience the true flexibility and control we believe they deserve. However, sometimes , we have some server administrators that would really prefer to do some tasks only on the command line  and call it a day. And although we offer a number of simple to use, intuitive features to  make server administrating as easy as possible, they have become hard wired with preferring to  run a command or two to find the solution they need.

We recently added new backup features in our portal that would allow users to make on-demand backups, scheduled backups, restore the server from a backup created, and even make a customized template from a backup. And despite how incredibly easy  these features are, a handful of  our Linux users still prefer to run their run backups through cron or SSH to another server. So for example, if they had a server in the UK and wanted to make sure they had access to their files at any time regardless of the status of their server, they would backup the server through SSH to a server in Toronto.

Occasionally, Support will receive a ticket from a client curious on how to backup the server through ssh. And all though we recommend to all clients that they take advantage of our backup utility in the Zunicore User portal, we offer our users the following command for backing up a server over ssh :

tar -cvpzf backup.tar.gz --exclude=/backup.tar.gz --exclude=/proc --exclude=/lost+found --exclude=/sys
 --exclude=/mnt --exclude=/media --exclude=/dev / | ssh username@IPADDRESS "(cat >filename.tar.gz)"
 
  • tar    command to create the archive
  • -c    create a new backup
  • -v    verbose mode
  • -p    preserves the permissions of the files
  • -z    compress the backup file with gzip
  • -f    the  file name
  • -exclude=    which directories to exclude from the backup.  This can change depending what you would like to achieve and what directories you need backed up.
  • |    pipe the output of tar through ssh  which will then run the cat command on Server B
  • ssh    remotely execute cat on the remote server to create the file name
  • username    the account on the remote server with root priviledges
  • IP   Address    the remote server you are backing up  to
  • filename    the destination file name you wish to give to the new backup on the remote server

In the above example, we have backed up the entire ServerA (excluding mounted directories, lost and found, proc, and media) to ServerB. We provide the back up a distinguishable name we can easily search for when we need to find the file for quick reference.

Once the command has finished, you can log in to the backup server (ServerB) and check if the backup was copied over.

Server Backup

At Zunicore, we understand at anytime while administering a server anything can happen. You could accidentally replace a directory, install a new package without thoroughly testing it’s impact on dependencies, or even overwrite an important configuration file. However, you can have peace of mind knowing Zunicore can get your server back online and restored within only a few clicks.

If you have purchased backup storage space for your Resource Pool, you can make a full backup of your server by selecting the ‘Disk’ tab on your Virtual Machine Details Page. You have the option to backup your server on demand and also to auto-schedule backups. Having the ability to backup your server on demand provides you the control you have come to expect from Zunicore while auto-scheduling your backups continues to meet your need for flexibility.

Once you have made your changes, installations, and configuration to your Zunicore server, click ‘Create Backup’ to instantly add the backup for your server. Now, if you need to revert your server to an earlier configuration, you can click the ‘restore’ icon to restore your server.

To read more about backups and your Zunicore server , log in now and read our Knowledge Base article Backup Virtual Servers and Template Creation

DrupalCon

Wow! DrupalCon was an unbelievable experience for Zunicore. It was amazing to see how integrated the Drupal community is and also to hear the great feedback about how Drupal developers take advantage of our Professional Cloud. Our team at the booth was overwhelmed by the surge in traffic at our booth and are extremely exited about heading back to DrupalCon next year.

We would like to give a huge “Thank You” to everyone we met at DrupalCon and an especially big show of gratitude to everyone who attended our dinner hosted with Standing Cloud!

Zunicore: A Purpose-Built Cloud for Agile Businesse

While cloud computing has shown strong market growth in recent years, it has served a limited set of business customers that could benefit from its one-size-fits-all approach. Many businesses across a diverse range of industries, such as marketing agencies, SMB product and financial services companies, professional services firms, and gaming companies have very specific needs when it comes to the cloud. As such, they have not been able to benefit as much from the cloud’s promise of providing highly scalable, instanton, and cost-effective computing resources to serve a global audience.

For these businesses to gain from the cloud, they require a cloud service offering that allows them to work with their existing people, processes, and technology infrastructure as they deliver services to their own customers over the Web. A new type of cloud service has emerged that provides businesses with the four critical elements they seek today: control, flexibility, reliability, and cost efficiency. This new type of cloud, professional-grade cloud, has been developed specifically for businesses with unique and changing technology requirements as they bring varying types of campaigns to the Web.

Read the detailed white-paper further elaborating how Zunicore’s Professional Cloud is the perfect solution for all of your cloud’s needs https://www.zunicore.com/pdfs/The_Professional_Grade_Cloud.pdf

Web Proximity

Pod location vs. Physical location

Cloud computing is a multibillion dollar global industry with growing monopolistic competition. Every hosting company has their own unique attributes that set them apart from the others. Like any smart consumer, you want to do your research and determine which features will best suit you and/or your company’s needs. And by research I mean beyond the first page that shows up on your search engine. As you’re exploring, you will recognize that most cloud hosting companies have local and international pod locations. You may become overwhelmed at all the options, but don’t worry! Options are good! Understanding your options is the first step to success. The main question is determining which pod location you should dedicate your server to. As a potential client you may wonder, “Does my physical location have any relevance to where the pod is located?” A common myth with web proximity is that if you dedicate your server to the closest pod location based on city, state or country, the speed may be faster. This is false. Pod locations do not affect speed performance. It all boils down to your personal needs and what the hosting company has to offer.

Things to consider:

  • Support: managed, unmanaged
  • Pricing
  • Flexible security settings
  • Supports a variety of Operating Systems
  • Scalability for resources
  • Usage

The only downside when selecting an international pod location is that some companies may include an international tax fee when you order your services. Zunicore currently has pod locations in Portsmouth, UK, Toronto, Canada and Fremont, California. If you would like to know more about our current pod locations and our plans for future launches, open a chat or submit a ticket and do not hesitate to ask a lot of questions!  :)

FAQs about Our 14 Day Trial

Q . What Resources are included in the free trial?

  • The Zunicore ZCFREE trial provides our trial users a Resource Pool with 1 CPU Core, 1024 MB RAM, 20 GB SAN, 20 GB Backup Storage, and 1 TB Bandwidth

Q.  Do I have to order the exact resources offered in the trial?

  • You can order  Resource Pools smaller and the remaining ZCFREE value will be credited to your account for later use
  • You can also order a Resource Pool larger than the trial offer but you will need to pay for the additional resources beyond what the ZCFREE offering covers

Q. Is the 14 Day trial available for all of your Cloud locations?

Q.  Why do I need to add a Payment Method if the trial is Free?

  • We require a valid credit card to be placed on record as a measure to prevent fraud and abuse of the free resources

Q.  When I sign up for a trial, can I cancel at any time?

  • Absolutely! If you need to cancel at any time during your 14 day trial, you can cancel the trial by deleting your created Resource Pool and never have to worry about paying any cancellation fees

Q.  Can I provision a Windows Server for my free Zunicore cloud?

  • We have a wide range of Operating System templates available for your Zunicore trial. See the full available list here https://www.zunicore.com/operating-systems/
  • All Windows and Red Hat Enterprise Linux templates are an additional $20 which is not included in the trial

Twitter Updates

  • @PoonHealey Hello, We do not offer phone support for the Zunicore platform. You can get a hold of us with live chat. Live chat is av... 1 year ago
  • @artifaktCom Hello, An API will be available soon that will allow you to obtain this output. Right now, the API is undergoing signifi... 1 year ago
  • @jonathansuter Hello, We can reply back with any answers you need. Please update this with any questions that you have. 1 year ago
  • @RyanCorner Hello, We will forward this information to our development team. We will update this ticket when completed. 1 year ago
  • @beagile Hello, You would have to use the templates we offer. But if you spin up two VHDs on the server, you can always copy the data... 1 year ago
  • @indiejustin Hello Justin, Can you create a ticket in our internal system so i can verify you and then determine the issue of the VM. 1 year ago
  • @kangawallafox Hello Shaun. I am not seeing a ticket under your name. Please respond to the ticket via the user portal and we will respond. 1 year ago
  • @josephoenix Hello Joseph. Please submit a ticket to [email protected] stating you'd like to deactivate your account and we'll handle it. 1 year ago
  • @Open_Universe That is great to hear. If any assistance is needed, please let us know. Have a great day and enjoy your time in the cloud! 2 years ago
  • @Open_Universe If you can provide the email address that is associated with your account, we will create a ticket and inform you when ready 2 years ago

Follow

Get every new post delivered to your Inbox.