Skip to main content

Posts

Showing posts with the label OwnCloud

Personal cloud storage on your server similar like Dropbox : Installation OwnCloud on CentOS

Introduction: OwnCloud is a open score system for File hosting for self-host. It has a good web suite that provides a cloud storage over the network, data can be uploaded via web browser or using software client. The project is based on PHP and a SQLite, MySQL or PostgreSQL database. This blog for install ownCloud on CentOS. Personal cloud storage : Installation OwnCloud on CentOS Initial setup: Install all CentOS current updates yum -y update                                                                                            Next , Need to install Apache, PHP and MySQL (LAMP) and some php extensions Apache Install yum -y install httpd                        ...