Version at: 09/02/2014, 01:58 vs. version at: 09/02/2014, 02:16
11#Admin logs
22
33Please post a description here every time you do a modification on tatoeba.org.
44
55### [In progress]9nd February 2014 10AM China time
66
77
88 * who: sysko
99 * why: reinstall suggestd (service powering tag autocompletion)
1010 * what: compiled source and installed service
1111 * how:
1212
1313
1414installed
1515
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
1717
1818
1919compiled suggestd0.9
2020
2121 aclocal
2222 autoconf
2323 automake --add-missing
2424
2525 ./configure
2626 make
2727 make install
2828
29
30after created init script in
31
32 /etc/init.d/suggestd
33
34and configuration file in
35
36
37 /etc/suggestd.xml
2938###2nd February 2014 5AM China time
3039
3140 * who: sysko
3241 * why: resolve login problems
3342 * what: used memcache instead of sqlite for storing session
3443 * how:
3544
3645installed:
3746
3847 apt-get install memcached php5-memcache
3948
4049modified: `/etc/php5/apache2/php.ini`
4150
4251```
4352[Session]
4453session.save_handler = memcache
4554session.save_path="tcp://127.0.0.1:11211?persistent=1&weight=1&timeout=1&retry_interval=15"
4655```
4756
4857
4958
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.