UPDox: Difference between revisions

From Iskomunidad
No edit summary
No edit summary
 
(59 intermediate revisions by 5 users not shown)
Line 1: Line 1:
'''UPDox''' (updox.upd.edu.ph) is a document management system for the UP faculty and some UP offices. Run by DILC, UPDox uses on [http://www.alfresco.com/ Alfresco] and other document collaboration, version control, and file sharing systems.  
{| align="top"
<br /><br />
  | __TOC__
To request access accounts, email dilc@dilc.upd.edu.ph.  
  |}
[[File:Logo-updox-2.png|200px|right|UPDox Login]]
'''UPDox''' ([http://updox.upd.edu.ph:8000 updox.upd.edu.ph:8000] / shortcut: [http://dilc.info/updoxnow dilc.info/updoxnow]) is a document management system and collaboration platform for the UPD faculty and academic offices. Run by DILC, UPDox uses [http://www.alfresco.com/ Alfresco] and other systems for document collaboration, version control, and file sharing. Priority to have UPDox accounts is given to official, University-related use.
* [http://www.alfresco.com/products/solutions Why document management system? What does it solve?]
* [http://docs.alfresco.com/4.2/index.jsp?topic=%2Fcom.alfresco.enterprise.doc%2Ftopics%2Falfresco-video-tutorials.html Some Alfresco How-tos]
To request access accounts, email dilc@dilc.upd.edu.ph or request via [http://dilc.info/help DILC Helpdesk]
 
 
==UPDox Mobile==
* [http://dilc.upd.edu.ph/downloads/click.php?id=4 UPDox Mobile v1.1] (Android) - This enables you to access your files on UPDox via your Android mobile device. (iOS version will be developed if there's a clamor for such service.)
 
==Features==
* Efficiently manage documents in and out of UP Dilnet
* Build team sites that enable you and your teammates to collaborate effectively
* Design workflows with UPDox
* Create a dashboard from which you monitor team performance
* GoogleDocs and SharePoint Integration
* Workflow engine for routing documents through your set office processes
* extensible metadata model
* UPDox-UVLe integration: UPDox file repository can be pulled directly from [[Uvle|UVLe]]


=Access=
=Access=
* Within Dilnet: you may have to set proxy exception for the UPDox address.
* Within Dilnet: you may have to set proxy exception for the UPDox address.
* Make sure port 8080 is useable.  
* Make sure port 8080 is usable.  
<br /><br />


=Repositories=
=Repositories=
* Collaboration via Git-like repository. Codes, non-large documents (preferably <10MB) may be consolidated directly from users' desktops or other access devices.
There are 3 complementary UPDox repositories directly accessible from the user's desktop:
* Direct within team sharing of large files a la peer-to-peer torrent.
* '''UPDox WebDAV Reposity''' is a directory or folder that can be mounted or accessed directly from the user's desktop or mobile application. [[How_to_mount_UPDox_as_network_drive|Here's how]].  WebDAV stands for Web Distributed Authoring and Versioning system accessed via the Hypertext Transfer Protocol (HTTP). This functionality is especially useful if you're uploading folders or batches of files directly from your desktop.
<br />
* '''UPDox GIt Repository''' is for collaboration via DILC [http://en.wikipedia.org/wiki/Git_(software) Git] repositories. Codes, non-large documents (preferably <10MB a file) may be consolidated directly from users' desktops, access devices, integrated development environments (IDE). This is not recommended for large individual files.
<br />
* '''UPDox Torrent Sync''' is for direct peer-to-peer sharing of large files via private torrent. Recommended for large files.
<br />
By far, only UPDox WebDav Repository can be directly seen and manipulated from the browser-accessible UPDox Dashboard. Development is going on to fully integrate all 3 repositories automatically. In the meantime, integration of the 3 repository systems is manual.
<br /><br />
<br /><br />
=Documents=
* UPDox supports a wide range of document types.
* Recommendation: Ultra-sensitive documents passed through the Repositories should be encrypted by tools like [http://www.truecrypt.org/ TrueCrypt]. (It's only the "ultra" ones that should be doubly secured, since UPDox already has its own security measures.) 
=Tutorials=
* [[How to mount UPDox as network drive]]
* [http://docs.alfresco.com/4.2/index.jsp?topic=%2Fcom.alfresco.enterprise.doc%2Ftopics%2Falfresco-video-tutorials.html How to customize your personal dashboard, edit your personal profile, join a collaboration site, create a collaboration site, add content to a site library]
=Backup=
* For those using its Repositories, UPDox is already a form of backup.
* Yet, UPDox is still [[Network_Attached_Storage|backed up in an off-site facility]], making the system more disaster-resistant. "Cold" backup is done every 1am. The system becomes inaccessible by then for about 5-10 minutes to get a clean backup that in turn will be archived in secured remote locations.
=Current Developer=
* Tristan Jake Alcantara
=Past Developers=
* Ma. Cristina Dalupan
* Dawn Benigno
* Jastinne Cesar Macalalad


=See Also=
=See Also=
* [[Obletorr-Ikot]]
* [[Obletorr-Ikot]]
* [[DILC:UPDox Admin Notes]] (DILC Staff Only]]
* [[DILCDEV:UPDox Admin Notes]] (DILC Staff Only)
[[Category:DILC Matters]]
[[Category:DILC Matters]]
[[Category:DILC Projects]]

Latest revision as of 02:01, 17 December 2019

UPDox Login
UPDox Login

UPDox (updox.upd.edu.ph:8000 / shortcut: dilc.info/updoxnow) is a document management system and collaboration platform for the UPD faculty and academic offices. Run by DILC, UPDox uses Alfresco and other systems for document collaboration, version control, and file sharing. Priority to have UPDox accounts is given to official, University-related use.

To request access accounts, email dilc@dilc.upd.edu.ph or request via DILC Helpdesk


UPDox Mobile

  • UPDox Mobile v1.1 (Android) - This enables you to access your files on UPDox via your Android mobile device. (iOS version will be developed if there's a clamor for such service.)

Features

  • Efficiently manage documents in and out of UP Dilnet
  • Build team sites that enable you and your teammates to collaborate effectively
  • Design workflows with UPDox
  • Create a dashboard from which you monitor team performance
  • GoogleDocs and SharePoint Integration
  • Workflow engine for routing documents through your set office processes
  • extensible metadata model
  • UPDox-UVLe integration: UPDox file repository can be pulled directly from UVLe

Access

  • Within Dilnet: you may have to set proxy exception for the UPDox address.
  • Make sure port 8080 is usable.

Repositories

There are 3 complementary UPDox repositories directly accessible from the user's desktop:

  • UPDox WebDAV Reposity is a directory or folder that can be mounted or accessed directly from the user's desktop or mobile application. Here's how. WebDAV stands for Web Distributed Authoring and Versioning system accessed via the Hypertext Transfer Protocol (HTTP). This functionality is especially useful if you're uploading folders or batches of files directly from your desktop.


  • UPDox GIt Repository is for collaboration via DILC Git repositories. Codes, non-large documents (preferably <10MB a file) may be consolidated directly from users' desktops, access devices, integrated development environments (IDE). This is not recommended for large individual files.


  • UPDox Torrent Sync is for direct peer-to-peer sharing of large files via private torrent. Recommended for large files.


By far, only UPDox WebDav Repository can be directly seen and manipulated from the browser-accessible UPDox Dashboard. Development is going on to fully integrate all 3 repositories automatically. In the meantime, integration of the 3 repository systems is manual.

Documents

  • UPDox supports a wide range of document types.
  • Recommendation: Ultra-sensitive documents passed through the Repositories should be encrypted by tools like TrueCrypt. (It's only the "ultra" ones that should be doubly secured, since UPDox already has its own security measures.)

Tutorials

Backup

  • For those using its Repositories, UPDox is already a form of backup.
  • Yet, UPDox is still backed up in an off-site facility, making the system more disaster-resistant. "Cold" backup is done every 1am. The system becomes inaccessible by then for about 5-10 minutes to get a clean backup that in turn will be archived in secured remote locations.

Current Developer

  • Tristan Jake Alcantara

Past Developers

  • Ma. Cristina Dalupan
  • Dawn Benigno
  • Jastinne Cesar Macalalad

See Also