Skip to content

Commit 0bf2489

Browse files
committed
Merge branch 'main' of github.com:linuxguist/Easy-Team-Document-Software-And-Code-Snippets-Storage-for-all-ORGs
2 parents df8d6f9 + dc2b266 commit 0bf2489

1 file changed

Lines changed: 43 additions & 0 deletions

File tree

README.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Easy-Team-Document-Software-And-Code-Snippets-Storage-for-all-ORGs
2+
3+
Summary:
4+
5+
Management of Team Documents, Tasks, Guides, Scripts, Code Snippets, Collaborations, Knowledge Bases, Tech Supports
6+
7+
Description:
8+
9+
This is a Free & Open Source, Team Document & Team Code Snippets Storage Software, Written in PHP & Mysql. In its Default Configuration, nearly 1,000 Teams can work Parallely, documenting everything that they do, with a very easy to use interface. The speed & accessability of this application, will only depend on your Hosting Provider's Server & Network Speed. Please see the Features below for more information.
10+
11+
Features:
12+
13+
1. Unlimited Number of Documents, Categories, Records, Versions etc.
14+
2. Category Names can include sub, sub-sub names with a / ( slash seperator )
15+
3. Subject Names can have Version Numbers, Tags like Solved etc.
16+
4. Every Field is Filterable, Searchable, Sortable as well.
17+
5. Quick Search & Detailed Filter Builder is also available.
18+
6. Export & Print Facilities are also available.
19+
7. File Upload, Image Upload, Audio Upload, Video Upload & Video Embed are available as well. Please see the screenshot below. The Maximum size of attachments will depend on your Hosting Provider's php.ini settings.
20+
8. Each Team ID is totally independent of the other.
21+
22+
Instructions:
23+
24+
1. Run the two sql files, viz. teamdocs_first.sql and teamdocs_second.sql on a mysql / mariadb database, to create the teamdocs user and database respectively.
25+
2. Copy the entire application folder to your Public Html / htdocs folder
26+
3. Access the index.php on your internet browser
27+
4. The default login / team id(s) are team1 upto team1000 and the default password for all accounts is change_this
28+
5. Enable GD Support in your php.ini file
29+
6. Ensure Write Permissions for the Background Service User ( like www-data etc. ) on all the upload folders
30+
31+
if you need a complete and ready to use Virtual Machine, for Production Usage, you can get it here: ( Direct download link, Right Click to Open in New Tab )
32+
33+
https://sourceforge.net/projects/easy-team-document-software/files/latest/download
34+
35+
if you are new to Virtual Machines OR if you need more instructions on this project, then please watch the youtube video below: ( Right Click to Open in New Tab )
36+
37+
https://youtu.be/Crxr8X9bGn8
38+
39+
Hope you find this software very useful in your day to day work.
40+
41+
Some screenshot below:
42+
43+
![Screenshot 1](https://i.imgur.com/WOnyYjg.png "Screenshot 1")

0 commit comments

Comments
 (0)