-
Notifications
You must be signed in to change notification settings - Fork 4
/
INSTALL
118 lines (77 loc) · 3.01 KB
/
INSTALL
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
This directory contains source code to Tiki Wiki CMS Groupware
Tiki Wiki CMS Groupware is Free and Open Source Software (FOSS). It is a community-driven project.
It exists and improves by the participation of people just like YOU.
INSTALLATION
------------
The rest of this document includes parts of the online documentation that
might be enough to get you running Tiki. For more details, please see:
http://doc.tiki.org/Install
Before you get started, it is a good idea to know:
* Your database name, database user name and password
* Your Apache user and group ID (e.g. www-user and www-data)
If not, Tiki will detect
These are notes on how to setup and configure Tiki.
----------------------------
Step one: unpack the archive
----------------------------
Unpack the Tiki files to the document root of where you want it installed,
e.g. /var/www/tiki/
To unpack the bz2 file, use:
tar xjf tiki-[version].tar.bz2
-----------------------------------------
Step two: run setup.sh to set permissions
-----------------------------------------
Run setup.sh and follow the instructions
# sh setup.sh
--------------------------------------------------------------------
Step three: create the database
--------------------------------------------------------------------
* create a database for Tiki
- either using PhpMyAdmin and MySQL
- or on the command line "mysqladmin create dbname"
the database name is usually called "tiki"
Be sure to record the following items:
- The database name
- The user name and password that has admin authority in the database.
------------------------------
Step four: browser-based setup
------------------------------
* Point your browser to the web address that corresponds to the file
tiki-install.php (e.g. http://localhost/tiki/tiki-install.php)
* Follow the instructions there
you'll need the password and user name for your database
* To log into Tiki for the first time:
- user: admin
- password: admin
------------------------------
Step five: configure your site
------------------------------
Next you can configure Tiki to suit your needs:
* Use a profile to populate your database.
* Choose which features you want enabled
- go to tiki-admin.php by clicking on the "Admin" or "Admin Home" link
on the left side of your screen
* (Optionally) create groups of users that share permissions
* Assign appropriate permissions
Good luck and have fun with Tiki Wiki CMS Groupware!
--------------------------------------------------------------------------------
IMPORTANT LINKS
---------------
* General information & overview
http://info.tiki.org
* Official Tiki documentation website
http://doc.tiki.org
* Forums & community
http://tiki.org/tiki-forums.php
* Developers
http://dev.tiki.org
* Themes & styling
http://themes.tiki.org
* Profiles
http://profiles.tiki.org
* Security
http://security.tiki.org
* IRC chat channel: #tikiwiki on irc.freenode.net
http://irc.tiki.org/
ps:
Now you may want to come to http://tiki.org and join the community!