• 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 120 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 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

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

  • How to Do Electrical Layout Plan for Adding Smart Switches January 26, 2023
  • What is a Data Mesh? January 25, 2023
  • What is Vehicular Ad-Hoc Network? January 24, 2023
  • Difference Between Panel Light, COB Light, Track Light January 21, 2023
  • What is COB LED? How LED Chip On Board Works January 20, 2023

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 27, 2023, https://thecustomizewindows.com/2012/09/installing-eyeos-2-5-on-rackspace-next-generation-cloud-server/.

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