• 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 EyeOS 2.5 on Rackspace Next Generation Cloud Server

By Abhishek Ghosh September 18, 2012 7:55 pm Updated on September 18, 2012

Installing EyeOS 2.5 on Rackspace Next Generation Cloud Server

Advertisement

Installing EyeOS 2.5 on Rackspace Next Generation Cloud Server means the full Cloud Computing power for browser based Cloud Operating System. Here is the Full Guide for Installing EyeOS 2.5 on Rackspace Next Generation Cloud Server. EyeOS, which was once officially Open Source, now has been fully commercial. As EyeOS 2.5 had the license of GNU 3.0, it is a free software if you can distribute it, use it without any problem.

 

Installing EyeOS 2.5 on Rackspace Next Generation Cloud Server : Preface

 

Before Installing EyeOS 2.5 on Rackspace Next Generation Cloud Server, if you already have Rackspace Cloud Sites, you can follow the guide Cloud OS Installation on Rackspace Cloud Sites to install on Cloud Sites.

You can get EyeOS 2.5 from GitHub if you want to save it on your own computer as a life saving measure :

Advertisement

---

 

Vim
1
https://github.com/tiste/eyeos

 

For Installing EyeOS 2.5 on Rackspace Next Generation Cloud Server or other reasons, if you can not find EyeOS 2.5 software, please let us know, we will send you the software.

 

We are assuming you have some basic idea to work with Rackspace Next Generation Cloud Server. If you do not have, please follow the initial steps of this guide.

 

Steps for Installing EyeOS 2.5 on Rackspace Next Generation Cloud Server

 

We will use  Debian 6 (Squeeze) with 2 GB RAM and Rackspace Cloud Database as a Service for Installing EyeOS 2.5 on Rackspace Next Generation Cloud Server. It is just a basic guide. You can optimize your Cloud servers more to yield the best result.

 

So spin up a new server after logging in to Rackspace Cloud account. Also create a Cloud Database from your Rackspace Cloud account. After the server building is complete, login to your server using any SSH/Telnet Client or Terminal. If you are using PuTTY for the first time as SSH/Telnet Client on Windows, read the handy guide for PuTTY.

You can use only the I.P. , you will not map the domain as probably you will use EyeOS 2.5 for own usage. Basically the server setup is just like preparing a LAMP Server just we do for running WordPress, PHPbb etc.

 

Install the components :

 

Vim
1
apt-get install mysql-server apache2

 

And all needed components :

 

apt-get install openoffice.org php5 libapache2-mod-php5 php5-gd php5-mysql php5-imagick libimage-exiftool-perl php5-sqlite php-pear php5-dev python-uno php5-mcrypt php5-curl zip unzip build-essential

 

Please Copy Paste it in notepad / text editor first, then copy it properly from there and paste it as command.

 

Then install PECL uploadprogress Extension :

 

If you have not installed all the packages of above first install :

Vim
1
apt-get install php-pear

Then :

Vim
1
apt-get install php5-dev

 

In any case, yu can face problem to  install PECL uploadprogress Extension. In all cases :

Update Pear :

 

Vim
1
pear update-channels

 

and

Vim
1
pear upgrade-all

 

Install make :

 

Vim
1
sudo apt-get install make

 

Now  install PECL uploadprogress Extension :

 

Vim
1
pecl install uploadprogress

 

 

The below screenshot show that EyeOS copied or paid someone to write how to install :

 

 

Installing EyeOS 2.5 on Rackspace Next Generation Cloud Server

 

Not only that, it is dangerous to keep the  phpize.1.gz file left, which you will find by running this command :

 

Vim
1
whereis phpize

 

And as foot note, always clean using aptitude clean command.

 

Run this two commands :

 

Vim
1
2
touch /etc/php5/apache2/conf.d/uploadprogress.ini
nano /etc/php5/apache2/conf.d/uploadprogress.ini

 

And add this and save :

 

Vim
1
extension=uploadprogress.so

 

Also Open php.ini :

 

Vim
1
nano /etc/php5/apache2/php.ini

 

 

Add that extension=uploadprogress.so here too and configure like this :

 

Vim
1
2
3
4
5
6
7
8
9
10
11
12
error_reporting = E_ALL & ~E_NOTICE
display_errors = Off
max_execution_time = 300
max_input_time = 60
memory_limit = 2048M
post_max_size = 2047M
upload_max_filesize = 1000M
allow_url_fopen = On
safe_mode = Off
short_open_tag = On
magic_quotes_runtime = Off
file_uploads = On

 

This settings is for Rackspace Cloud Server plus Cloud Database.

 

Restart Apache :

 

Vim
1
/etc/init.d/apache2 restart

 

Rest is simple. You can see actually the IP is public now :

 

Installing EyeOS 2.5

 

wget the EyeOS 2.5 by going to www folder :

 

Vim
1
cd /var/www

 

Download it from GitHub by using curl or download it on your local computer, upload somewhere and wget it. If it is tar use -xzvf command to extract and move all files to the root of www folder. Go to SFTP and delete the index.html file. Create an .htaccess file, and simply follow the guide written as the last step for on browser installation of EyeOS 2.5 like we wrote in Cloud OS Installation on Rackspace Cloud Sites.

 

Signature Tagged With eye os 2 5 install , eyeos github , eyeos windows server 2012

This Article Has Been Shared 800 Times!

Facebook Twitter Pinterest
Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Orthopaedic 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 EyeOS 2.5 on Rackspace Next Generation Cloud Server

  • Installing WordPress on Rackspace Cloud Sites : Step by Step Guide

    Installing WordPress Rackspace Cloud Sites is very easy. However, Rackspace uses their own version of Control Panel. Here is full step by step guide.

  • Installing Apache2 With PHP5 and MySQL Easy Guide

    Installing Apache2 With PHP5 and MySQL on Rackspace Cloud Server with Ubuntu Linux is written in easy language and as step by step guide for the newbies.

  • Installing XenForo Forum Software on Rackspace Cloud Sites

    Installing XenForo Forum Software on Rackspace Cloud Sites is just easy as installing WordPress, but the .htaccess needs a bit tweak for proper working.

  • Creating a WordPress Generated Website on Rackspace Cloud Files

    Creating a WordPress Generated Website on Rackspace Cloud Files is tricky as WordPress PHP will not work on Cloud Files. It is nice to have a Edge powered site.

  • Cloud Computing : Your Concerns and Thoughts of Richard Stallman

    Cloud Computing as terminology raises the eyebrows of some users who are associated with academics and computing for many years. Let us discuss on the topic.

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

You can subscribe to our Free Once a Day, Regular Newsletter by clicking the subscribe button below.

Click To Subscribe

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 (20K Followers)
  • Twitter (4.9k Followers)
  • Facebook (5.8k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.2k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Cloud Computing : Cybersecurity Tips for Small Business Owners January 20, 2021
  • Arduino : Independently Blink Multiple LED January 18, 2021
  • What is a Loosely Coupled System? January 17, 2021
  • How To Repack Installed Software on Debian/Ubuntu January 16, 2021
  • Components of Agile Software Development January 15, 2021

 

About This Article

Cite this article as: Abhishek Ghosh, "Installing EyeOS 2.5 on Rackspace Next Generation Cloud Server," in The Customize Windows, September 18, 2012, January 20, 2021, https://thecustomizewindows.com/2012/09/installing-eyeos-2-5-on-rackspace-next-generation-cloud-server/.

Source:The Customize Windows, JiMA.in

 

This website uses cookies. If you do not want to allow us to use cookies and/or non-personalized Ads, kindly clear browser cookies after closing this webpage.

Read Cookie Policy.

PC users can consult Corrine Chorney for Security.

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

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

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