forked from philippK-de/Collabtive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
install-readme-en.txt
55 lines (40 loc) · 2 KB
/
install-readme-en.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
### Requirements ###
Server:
- PHP 5.3 or higher (recent stable build recommended)
- MySQL 5 or higher, SQLite 3
It is recommended to run Collabtive on LAMP (Linux, Apache, MySQL, PHP) servers.
Windows (IIS) Servers may work, but are not supported as well.
Client:
- Firefox, Internet Explorer 9/10/11, Opera 9/10, Safari, Chrome
- JavaScript enabled
- Cookies enabled
### Installation instructions ###
1. Unpack the Collabtive archive on your computer.
2. Upload everything, including the empty folders ./files and ./templates_c, to your server.
(Alternatively you can create ./templates_c and ./files manually before installation.)
3. Make the following folders & files writable (chmod 777):
- ./config/standard/config.php
- ./files
- ./templates_c
4. Create a new MySQL database (collation: utf8_general_ci).
5. Point your browser to install.php and follow the instructions given.
6. If the installation was successful, delete install.php and update.php.
7. Disable the writing permissions for ./config/standard/config.php (chmod 755).
### Update instructions ###
You should backup your database, and the /files/ folder before running the update.
1. Unpack the Collabtive Archive
2. Retrieve your config.php from your server
3. Put your config.php in the folder /config/standard/, replacing the blank one.
4. Upload everything to your server, replacing any old Collabtive files
5. Point your browser to update.php.
6. If the update was successful, delete install.php and update.php.
### License conditions ###
Collabtive is free software under the terms and conditions of the
GNU General Public License (GPL) (Version 3).
Please see license.txt for full licensing terms and conditions.
### Credits ###
- Collabtive is (c) Philipp Kiszka
- Project coordination and support by Eva Kiszka
- Artwork by Marcus Fröhner
- Icons partially taken from the Oxygen iconset
- Many locales translated by various contributors