| | Version at: 09/02/2014, 02:30 vs. version at: 10/02/2014, 15:23 |
---|
1 | 1 | #Admin logs |
---|
2 | 2 | |
---|
3 | 3 | Please post a description here every time you do a modification on tatoeba.org. |
---|
4 | 4 | |
---|
5 | 5 | ### 9nd February 2014 10AM China time |
---|
6 | 6 | |
---|
7 | 7 | |
---|
8 | 8 | * who: sysko |
---|
9 | 9 | * why: reinstall suggestd (service powering tag autocompletion) |
---|
10 | 10 | * what: compiled source and installed service |
---|
11 | 11 | * how: |
---|
12 | 12 | |
---|
13 | 13 | |
---|
14 | 14 | installed |
---|
15 | 15 | |
---|
16 | 16 | apt-get install gcc automake make libevent-dev libsqlite3-dev pkg-config libexpat1-dev libmysqlclient-dev |
---|
17 | 17 | |
---|
18 | 18 | |
---|
19 | 19 | compiled suggestd0.9 |
---|
20 | 20 | |
---|
21 | 21 | aclocal |
---|
22 | 22 | autoconf |
---|
23 | 23 | automake --add-missing |
---|
24 | 24 | |
---|
25 | 25 | ./configure |
---|
26 | 26 | make |
---|
27 | 27 | make install |
---|
28 | 28 | |
---|
29 | 29 | |
---|
30 | 30 | after created init script in |
---|
31 | 31 | |
---|
32 | 32 | /etc/init.d/suggestd |
---|
33 | 33 | |
---|
34 | 34 | and configuration file in |
---|
35 | 35 | |
---|
36 | 36 | |
---|
37 | 37 | /etc/suggestd.xml |
---|
38 | 38 | |
---|
39 | 39 | and default file in |
---|
40 | 40 | |
---|
41 | 41 | /etc/default/suggestd |
---|
42 | 42 | |
---|
| 43 | then create a suggestd user |
---|
| 44 | |
---|
| 45 | useradd -r suggestd |
---|
| 46 | |
---|
43 | 47 | then finally starting it |
---|
44 | 48 | |
---|
45 | 49 | |
---|
46 | 50 | /etc/init.d/suggestd start |
---|
47 | 51 | |
---|
48 | 52 | |
---|
49 | 53 | ###2nd February 2014 5AM China time |
---|
50 | 54 | |
---|
51 | 55 | * who: sysko |
---|
52 | 56 | * why: resolve login problems |
---|
53 | 57 | * what: used memcache instead of sqlite for storing session |
---|
54 | 58 | * how: |
---|
55 | 59 | |
---|
56 | 60 | installed: |
---|
57 | 61 | |
---|
58 | 62 | apt-get install memcached php5-memcache |
---|
59 | 63 | |
---|
60 | 64 | modified: `/etc/php5/apache2/php.ini` |
---|
61 | 65 | |
---|
62 | 66 | ``` |
---|
63 | 67 | [Session] |
---|
64 | 68 | session.save_handler = memcache |
---|
65 | 69 | session.save_path="tcp://127.0.0.1:11211?persistent=1&weight=1&timeout=1&retry_interval=15" |
---|
66 | 70 | ``` |
---|
67 | 71 | |
---|
68 | 72 | |
---|
69 | 73 | |
---|
diff view generated by jsdifflib |
---|
Version at: 09/02/2014, 02:30
#Admin logs
Please post a description here every time you do a modification on tatoeba.org.
### 9nd February 2014 10AM China time
* who: sysko
* why: reinstall suggestd (service powering tag autocompletion)
* what: compiled source and installed service
* how:
installed
apt-get install gcc automake make libevent-dev libsqlite3-dev pkg-config libexpat1-dev libmysqlclient-dev
compiled suggestd0.9
aclocal
autoconf
automake --add-missing
./configure
make
make install
after created init script in
/etc/init.d/suggestd
and configuration file in
/etc/suggestd.xml
and default file in
/etc/default/suggestd
then finally starting it
/etc/init.d/suggestd start
###2nd February 2014 5AM China time
* who: sysko
* why: resolve login problems
* what: used memcache instead of sqlite for storing session
* how:
installed:
apt-get install memcached php5-memcache
modified: `/etc/php5/apache2/php.ini`
```
[Session]
session.save_handler = memcache
session.save_path="tcp://127.0.0.1:11211?persistent=1&weight=1&timeout=1&retry_interval=15"
```
version at: 10/02/2014, 15:23
#Admin logs
Please post a description here every time you do a modification on tatoeba.org.
### 9nd February 2014 10AM China time
* who: sysko
* why: reinstall suggestd (service powering tag autocompletion)
* what: compiled source and installed service
* how:
installed
apt-get install gcc automake make libevent-dev libsqlite3-dev pkg-config libexpat1-dev libmysqlclient-dev
compiled suggestd0.9
aclocal
autoconf
automake --add-missing
./configure
make
make install
after created init script in
/etc/init.d/suggestd
and configuration file in
/etc/suggestd.xml
and default file in
/etc/default/suggestd
then create a suggestd user
useradd -r suggestd
then finally starting it
/etc/init.d/suggestd start
###2nd February 2014 5AM China time
* who: sysko
* why: resolve login problems
* what: used memcache instead of sqlite for storing session
* how:
installed:
apt-get install memcached php5-memcache
modified: `/etc/php5/apache2/php.ini`
```
[Session]
session.save_handler = memcache
session.save_path="tcp://127.0.0.1:11211?persistent=1&weight=1&timeout=1&retry_interval=15"
```
Note
The lines in green are the lines that have been added in the new version.
The lines in red are those that have been removed.
Actions