-
Notifications
You must be signed in to change notification settings - Fork 5
/
README
67 lines (40 loc) · 1.9 KB
/
README
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
Tonika Build and Run Instructions
=================================
Building Tonika
---------------
Tonika can be built on any platform supported by the Google Go Programming Language
[http://golang.org], which currently includes Mac OS X, Linux and FreeBSD (32-bit and
64-bit in all cases). To build Tonika, proceed as follows:
(1) Download and install Google Go
(2) Download Tonika's sources. Using Mercurial, this done with the command:
hg clone https://tonika.googlecode.com/hg/ tonika
(3) Set the environment variable TONIKAROOT to point to the root of Tonika's
source distribution, e.g.
setenv TONIKAROOT /Users/petar/tonika (csh/tcsh)
export TONIKAROOT /Users/petar/tonika (sh/bash)
(4) Change your directory to the root of the Tonika's Go sources:
cd tonika/src
(5) Compile everything:
./all.bash
(6) You are done! The Tonika executable is in:
tonika/src/cmd/tonika/tonika
Running Tonika
--------------
Currently the best way to see how to run Tonika is to look at the script
tonika/src/s0.bash
which runs Tonika for an example user whose home and other directories are in
tonika/src/u0/...
LICENSE
-------
Tonika: A distributed social networking platform
Copyright (C) 2010 Petar Maymounkov <[email protected]>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.