Version at: 09/02/2014, 01:56 vs. version at: 09/02/2014, 01:58
11#Admin logs
22
33Please post a description here every time you do a modification on tatoeba.org.
44
5###9nd February 2014 10AM China time
5### [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
1616 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
2929###2nd February 2014 5AM China time
3030
3131 * who: sysko
3232 * why: resolve login problems
3333 * what: used memcache instead of sqlite for storing session
3434 * how:
3535
3636installed:
3737
3838 apt-get install memcached php5-memcache
3939
4040modified: `/etc/php5/apache2/php.ini`
4141
4242```
4343[Session]
4444session.save_handler = memcache
4545session.save_path="tcp://127.0.0.1:11211?persistent=1&weight=1&timeout=1&retry_interval=15"
4646```
4747
4848
4949
diff view generated by jsdifflib

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"
```


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"
```


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.