Custom Search
Showing posts with label ClearOS. Show all posts
Showing posts with label ClearOS. Show all posts

Saturday, February 9, 2013

ClearOS how to Install app via Terminal

1) Login to ClearOS 6.3 SSH console.
Example: ssh root@192.168.1.7

2) Install App via command
#yum --enablerepo=* install app-mysql

ClearOS how to Uninstall or Disable app

1) Login to ClearOS SSH console.
Example: ssh root@192.168.1.7

2) List App
# yum --enablerepo=* list app-mysql

3) Remove App
# yum --enablerepo=* remove app-mysql

* Check Web console and confirm that App is removed.


ClearOS how to Install new app

1) Login to ClearOS Web console. (https://192.168.1.7:81/)

2) Goto "App Details".  (https://192.168.1.7:81/app/marketplace/view/dashboard)

3) Search App.
* Example : Search for Mysql

4) Select an App and click "Install/Upgrade Selected App".

Friday, February 8, 2013

ClearOS 6.3 How to Install and Configure

1) Download ClearOS
http://www.clearfoundation.com/Software/downloads.html
Download ISO Image or VirtualBox vmdk file

2) Install ClearOS

3) Open web console.
Example: https://192.168.1.7:81

4) Configure ClearOS

5) Install Apps