-
Notifications
You must be signed in to change notification settings - Fork 8
/
README.txt
74 lines (53 loc) · 2.45 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
PIPELINE
Free, open-source software for crowdsourcing creative projects
http://pipeline.cc.gatech.edu/
REQUIREMENTS:
- Apache HTTP Server
- PHP 5
- MySQL
-*The Chat feature can only be used in non-commercial applications (More information below)
INSTALLATION:
1. Upload all Pipeline files to your web server.
2. Create a new MySQL database and run the queries in "database.sql" (located in the root directory).
3. Copy "config_sample.php" to a new file, "config.php", and put it in the root directory.
4. Follow the instructions in "config.php" to configure your Pipeline instance. Remember to save the file when you're finished.
5. Make Apache the owner of the "upload" folder and its subfolders (chown -R apache ./upload)
6. Under the "apache/conf" folder, open "httpd.conf". Ensure that "LoadModule rewrite_module modules/mod_rewrite.so" is uncommented.
7. If your Pipeline instance is in a subfolder of your domain, you may need to modify the ErrorDocument path in ".htaccess" (located in the root directory).
8. If you are installing on Windows, make sure the following line is uncommented in your "php.ini" file:
extension=php_fileinfo.dll
CREDITS:
The Pipeline team, based at the Georgia Institute of Technology (Georgia Tech), includes:
Kurt Luther - Project Lead
Amy Bruckman - Project Co-Lead
Casey Fiesler - Community Manager
Joe Gonzales - Developer
Boris de Souza - Developer
Kevin Ziegler - Developer
Chris Howse - Developer
Jackson Morgan - Developer
National Science Foundation - Financial Support
Pipeline makes use of many open-source software components and media assets, including:
Google Charts and Google Libraries
http://code.google.com/apis/chart/
http://code.google.com/apis/libraries/
jQuery and jQueryUI
http://jquery.com/
http://jqueryui.com/
FFmpeg
http://ffmpeg.org/
Flowplayer
http://flowplayer.org/
Fugue icons by Yusuke Kamiyamane
http://p.yusukekamiyamane.com/
SWFObject
http://code.google.com/p/swfobject/
SWFTools
http://www.swftools.org/
**Chat Feature**
The included Chat feature is built off of Anant Garg's chat program (anantgarg.com). This was released for non-commercial purposes. If you want to use it in
a commercial capacity, please contact Anat for permission. In order to turn off the chat feature, set the following line in the config.php file to false:
define('ENABLE_CHAT', true);
LICENSE:
Pipeline is open-source software released under the GNU General Public License (GPL), version 3.0.
http://www.gnu.org/licenses/gpl-3.0.txt