Hey Antony / the Duck Thanks! I added it to the wiki at http://owncloud.org/index.php/Installation#Gentoo (We blocked registration because we were hit by spambots)
I cut it a bit since the installation instructions are very similar to the standard ones. We’ll revise and combine them for the new website. On Fri, September 2, 2011 09:50, Antony McLellan wrote: > Hi, > > I am trying to establish a method of installing ownCloud on Gentoo linux > while waiting for ownCloud to be added to portage (the gentoo package > manager) > > I have a set of instructions which work for me and I would like to add > them to the http://owncloud.org/ wiki, but I seem unable to edit the wiki. > > Is any access allowed? > > For interest my rough notes are attached. > > Many thanks > > theDuck > > > > > download latest version to > > /var/www/localhost/htdocs/ > > and extract using tar -xvf .... > > rename directory to owncloud > > mv owncloud-owncloud owncloud > > chown -R apache:apache owncloud > > nano -w /etc/apache2/vhosts.d/00_default_vhost.conf to include: > > <Directory /var/www/localhost/htdocs/owncloud> > > Options Indexes FollowSymLinks MultiViews > > AllowOverride All > > Order allow,deny > > allow from all > > </Directory> > > navigate to http://ADDRESS/owncloud > > Create admin account > > username "owncloudadmin" > > password "owncloudadmin" > > Configure database > > Database user "root" > > Database password "root-password" > > Database name "owncloud" > > Press "Finish setup" > > > _______________________________________________ > Owncloud mailing list > [email protected] > https://mail.kde.org/mailman/listinfo/owncloud > _______________________________________________ Owncloud mailing list [email protected] https://mail.kde.org/mailman/listinfo/owncloud
