110 likes | 314 Views
Membangun Cloud OS dengan oneye Operating System. Contoh Infrastructure as a Service Oleh : Oya Suryana. System Requirement. Web Server Apache2 Database Server sqlite3 Modul php5-imap Modul php5-sqlite Oneye Operating System. Instalasi Server di Ubuntu. Instalasi Web Server
E N D
Membangun Cloud OS denganoneye Operating System Contoh Infrastructure as a Service Oleh : OyaSuryana
System Requirement • Web Server Apache2 • Database Server sqlite3 • Modul php5-imap • Modul php5-sqlite • Oneye Operating System
Instalasi Server diUbuntu • Instalasi Web Server $sudo apt-get install apache2 • Install MySQL Server $sudo apt-get install mysql-server • Install Sqlite 3 sudo apt-get install sqlite3 libsqlite3-dev • Install PHP 5 $sudo apt-get install php5 $sudo apt-get install libapache2-mod-auth-mysql $sudo apt-get install php5-mysql $sudo apt-get install php5-sqlite3 $sudo apt-get install php5-imap
Instalasioneye OS • Download oneye OS di http://downloads.oneye-project.org/onye_0.9.0.zip Extract danpidahkankedirektori /var/www $ Sudo unzip onye_0.9.0.zip $ sudo cp –r oneye /var/www/
PengembanganLebihLanjut • Membelinama domain sendiribaikuntuk office atau personal • Upload ke-hosting agar bisadiaksesdimanasaja • Diupayakan hosting didicated hosting supayaleluasauntukmeng-custom configurasi web server • Ataumeng-online-kan server sendiridenganmembeli IP Public ataumenggunakanlayanangratisan
Referensi • http://theplana.wordpress.com/2007/05/11/install-sqlite3-on-ubuntu/ • http://stackoverflow.com/questions/948899/how-to-enable-sqlite3-for-php • http://serverfault.com/questions/173443/how-do-i-enable-the-imap-functions-in-php • http://oneye-project.org/downloads/ • http://ozs.web.id