| | Version at: 02/02/2014, 15:23 vs. version at: 09/02/2014, 01:56 |
---|
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 | ###9nd February 2014 10AM China time |
---|
| 6 | |
---|
| 7 | |
---|
| 8 | * who: sysko |
---|
| 9 | * why: reinstall suggestd (service powering tag autocompletion) |
---|
| 10 | * what: compiled source and installed service |
---|
| 11 | * how: |
---|
| 12 | |
---|
| 13 | |
---|
| 14 | installed |
---|
| 15 | |
---|
| 16 | apt-get install gcc automake make libevent-dev libsqlite3-dev pkg-config libexpat1-dev libmysqlclient-dev |
---|
| 17 | |
---|
| 18 | |
---|
| 19 | compiled suggestd0.9 |
---|
| 20 | |
---|
| 21 | aclocal |
---|
| 22 | autoconf |
---|
| 23 | automake --add-missing |
---|
| 24 | |
---|
| 25 | ./configure |
---|
| 26 | make |
---|
| 27 | make install |
---|
5 | 28 | |
---|
6 | 29 | ###2nd February 2014 5AM China time |
---|
7 | 30 | |
---|
8 | 31 | * who: sysko |
---|
9 | 32 | * why: resolve login problems |
---|
10 | 33 | * what: used memcache instead of sqlite for storing session |
---|
11 | 34 | * how: |
---|
12 | 35 | |
---|
13 | 36 | installed: |
---|
14 | 37 | |
---|
15 | 38 | apt-get install memcached php5-memcache |
---|
16 | 39 | |
---|
17 | 40 | modified: `/etc/php5/apache2/php.ini` |
---|
18 | 41 | |
---|
19 | 42 | ``` |
---|
20 | 43 | [Session] |
---|
21 | 44 | session.save_handler = memcache |
---|
22 | 45 | session.save_path="tcp://127.0.0.1:11211?persistent=1&weight=1&timeout=1&retry_interval=15" |
---|
23 | 46 | ``` |
---|
24 | 47 | |
---|
25 | 48 | |
---|
| 49 | |
---|
diff view generated by jsdifflib |
---|
Version at: 02/02/2014, 15:23
#Admin logs
Please post a description here every time you do a modification on tatoeba.org.
###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, 01:56
#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
###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