Project management over the Web with Collabtive


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Project management over the Web with Collabtive
# 1  
Old 10-02-2008
Project management over the Web with Collabtive

10-02-2008 01:00 AM
Collabtive is a modern Web application that allows teams to collaborate on projects, manage tasks, milestones, and files, and send instant messages to each other.



Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Solaris

Java web console Vs Web-Based Enterprise Management(WBEM)

Java web console Vs Web-Based Enterprise Management(WBEM) 1. I like to understand the difference in purpose of using java web console and Web-Based Enterprise Management (WBEM) 2. As per CIS benchmark, both of them has to be disabled when not used for increased security. Solaris admin(s) -... (0 Replies)
Discussion started by: cyberidude
0 Replies

2. UNIX for Dummies Questions & Answers

Help Choosing Unix/Linux for Project management

I'm in the process of really comitting to learning a Unix or Linux OS/distro really well for career opportunities and to use as my main desktop OS. I've been mulling through the choices and I'm having a hard time. Maybe someone can help me. I'm not a noob and I have some FreeBSD and Slackware /... (1 Reply)
Discussion started by: lobill
1 Replies
Login or Register to Ask a Question
filetea(8)						      System Manager's Manual							filetea(8)

NAME
filetea - Web based file sharing service daemon SYNOPSIS
filetea [OPTIONS] DESCRIPTION
This manual page documents briefly the filetea command. FileTea is a Web service that provides instant and anonymous file-sharing using only a standard browser as client. Unlike traditional Web based file-sharing services, FileTea does not store files server-side. Instead, files are just routed on-the-fly from seeder to leecher, through the server. filetea is the service daemon that runs on a FileTea server. It handles peer synchronization, file routing and status reporting; and also acts as web-server for static HTML content when run in standalone mode. OPTIONS
-h, --help Display a brief summary of the command-line options and their default values. -c config, --conf=config Absolute path for the configuration file to use, default is /etc/filetea/filetea.conf. -D, --daemonize Run the service in the background. -p port, --http-port=port Port to listen on for plain HTTP service, overriding the value specified in configuration file. -P port, --https-port=port Port to listen on for secure HTTP service (https), overriding the value specified in configuration file. FILES
/etc/filetea/filetea.conf Filetea config file. AUTHOR
This manpage has been written by Eduardo Lima Mitev <elima@igalia.com> 2011-10-21 filetea(8)