<- Raspberry Pi as Classroom Server and Digital Pet Encouraged by the performance of running a basic wiki engine on the new Raspberry Pi 3, we can try a more resource intensive service. OwnCloud is a popular web based file-sharing solution, similar to Google drive or Dropbox. Reports of running OwnCloud on the original Raspberry Pi have generally been discouraging for performance reasons. We continue using the same lightweight web server setup from the last tutorial. Although not really recommended, we are using sqlite instead of a server based database, primarily out of simplicity and to minimize the amount of services we need to run within the tight memory constraints of the Raspberry Pi. The basic installation of the ownCloud server is as simple as downloading the desired version and moving it to a path in the web server root directory: $ sudo wget https://download.owncloud.org/community/owncloud-8.2.3.tar.bz2 $ sudo tar xvf owncloud-8.2.3.tar.bz2 $ sudo mv owncloud /v