Difference between revisions of "Linuxmce userspace"
From LinuxMCE
(→Softwared Userspace is based on) |
(→Install Userspace) |
||
Line 16: | Line 16: | ||
== Install Userspace == | == Install Userspace == | ||
− | Get the install script: | + | === Get the install script: === |
cd /root/ | cd /root/ | ||
wget http://svn.linuxmce.org/svn/people/ochorocho/owncloud/owncloud_setup.sh | wget http://svn.linuxmce.org/svn/people/ochorocho/owncloud/owncloud_setup.sh | ||
− | Make it executable and run it: | + | === Make it executable and run it: === |
chmox +x ./owncloud_setup.sh | chmox +x ./owncloud_setup.sh | ||
Line 27: | Line 27: | ||
The script takes 2 arguments: "setup" to install and "delete" to remove all. | The script takes 2 arguments: "setup" to install and "delete" to remove all. | ||
− | OwnCloud install is available under: | + | === OwnCloud install is available under: === |
* http://dcerouter/userspace/ or http://192.168.80.1/userspace/ | * http://dcerouter/userspace/ or http://192.168.80.1/userspace/ | ||
* Default admin: linuxmce, Password: linuxmce | * Default admin: linuxmce, Password: linuxmce | ||
* /var/www/userspace/config/config.php <-- 'trusted_domains' is required for more domains. | * /var/www/userspace/config/config.php <-- 'trusted_domains' is required for more domains. |
Revision as of 14:24, 8 June 2014
Contents
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 now as a solid dropbox alternative with many plugins. OwnCloud community is very healthy and #owncloud-dev does have some nice people which help wherever they needed! :-)
Softwared Userspace is based on
- OwnCloud (6.0.3 atm) as a base
- user_lmce (authentication based on pluto_main DB, WORKING)
- lmceimap (browser your e-mails setup for your account, needs some more work)
- lmce_vdr (sort channels and get statistiks, WORKING)
- files_lmce (read LMCE mounts, NOT WORKING ATM)
- 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 2 arguments: "setup" to install and "delete" to remove all.
OwnCloud install is available under:
- http://dcerouter/userspace/ or http://192.168.80.1/userspace/
- Default admin: linuxmce, Password: linuxmce
- /var/www/userspace/config/config.php <-- 'trusted_domains' is required for more domains.