| | Version at: 09/02/2014, 01:58 vs. version at: 09/02/2014, 02:16 |
---|
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 | ### [In progress]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 | | apt-get install gcc automake make libevent-dev libsqlite3-dev pkg-config libexpat1-dev libmysqlclient-dev |
---|
| 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 | |
---|
| 30 | after created init script in |
---|
| 31 | |
---|
| 32 | /etc/init.d/suggestd |
---|
| 33 | |
---|
| 34 | and configuration file in |
---|
| 35 | |
---|
| 36 | |
---|
| 37 | /etc/suggestd.xml |
---|
29 | 38 | ###2nd February 2014 5AM China time |
---|
30 | 39 | |
---|
31 | 40 | * who: sysko |
---|
32 | 41 | * why: resolve login problems |
---|
33 | 42 | * what: used memcache instead of sqlite for storing session |
---|
34 | 43 | * how: |
---|
35 | 44 | |
---|
36 | 45 | installed: |
---|
37 | 46 | |
---|
38 | 47 | apt-get install memcached php5-memcache |
---|
39 | 48 | |
---|
40 | 49 | modified: `/etc/php5/apache2/php.ini` |
---|
41 | 50 | |
---|
42 | 51 | ``` |
---|
43 | 52 | [Session] |
---|
44 | 53 | session.save_handler = memcache |
---|
45 | 54 | session.save_path="tcp://127.0.0.1:11211?persistent=1&weight=1&timeout=1&retry_interval=15" |
---|
46 | 55 | ``` |
---|
47 | 56 | |
---|
48 | 57 | |
---|
49 | 58 | |
---|
diff view generated by jsdifflib |
---|
Version at: 09/02/2014, 01:58
#Admin logs
Please post a description here every time you do a modification on tatoeba.org.
### [In progress]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
###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: 09/02/2014, 02:16
#Admin logs
Please post a description here every time you do a modification on tatoeba.org.
### [In progress]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
###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