Difference between revisions of "Linuxmce userspace"

From LinuxMCE
Jump to: navigation, search
m (agenda en contacts toegevoed en omschrijving files_lmce)
Line 9: Line 9:
 
** mail - workin on it
 
** mail - workin on it
 
** lmce_vdr - working but somehow useless for others
 
** lmce_vdr - working but somehow useless for others
** files_lmce
+
** files_lmce - (Mount the the data directory's from LMCE,'''WORKING''')
 +
** agenda - working on it.
 +
** contacts - working on it.
 
** and many more apps available at http://apps.owncloud.com
 
** and many more apps available at http://apps.owncloud.com
 
* dovecot (manage mails and accounts)
 
* dovecot (manage mails and accounts)

Revision as of 11:45, 18 February 2015

Description

Userspace is meant as a area for every LinuxMCE User to manage their files, mails, contacts, calendars and VDR. The main software is based on OwnCloud which is known as a solid dropbox alternative with many plugins. OwnCloud community is very healthy and #owncloud-dev does have some nice people which help wherever needed! :-)

Software Userspace is based on

  • OwnCloud 7 or latest master (v8.0.0)
    • user_lmce (authentication based on pluto_main DB, WORKING)
    • mail - workin on it
    • lmce_vdr - working but somehow useless for others
    • files_lmce - (Mount the the data directory's from LMCE,WORKING)
    • agenda - working on it.
    • contacts - working on it.
    • and many more apps available at http://apps.owncloud.com
  • dovecot (manage mails and accounts)
  • postfix (send mails)

Install Userspace

Get the install script:

 cd /root/
 wget http://svn.linuxmce.org/svn/people/ochorocho/owncloud/owncloud_setup.sh

Make it executable and run it:

 chmox +x ./owncloud_setup.sh
 ./owncloud_setup.sh setup

The script takes these arguments:

OwnCloud install is available under:

OwnCloud commandline

OwnCloud offers a commandline interface where you can trigger some actions.

Show all available commands:

 sudo -su www-data /var/www/userspace/occ

Its useful to run file:scan after install to make sure all mounts get indexed:

 sudo -su www-data /var/www/userspace/occ files:scan --all