Changes

From Amahi Wiki
Jump to: navigation, search
m
no edit summary
ownCloud requires PHP V5.3 or greater to be installed on the server. The following additional PHP dependencies need to be installed.
 
 
The following libraries also need to be installed:
====Create ownCloud Database and User ID====
 
ownCloud requires it's own database and a database user ID in order to store cloud information. We will use the command line and an Amahi HDA (hda-create-db-and-user) application to create the database, user ID, and password. This creates a database called dbname and a corresponding user name for it matching (the password is also the DB and user ID).
 
<blockquote>{{Code|hda-create-db-and-user owncloud}}
</blockquote>
Please make sure to record the database name, user ID, and password as they will be required later to complete the final installation steps for ownCloud.
more coming soon...