Version at: 09/02/2014, 02:16 vs. version at: 09/02/2014, 02:30
11#Admin logs
22
33Please post a description here every time you do a modification on tatoeba.org.
44
5### [In progress]9nd February 2014 10AM China time
5### 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
3030after created init script in
3131
3232 /etc/init.d/suggestd
3333
3434and configuration file in
3535
3636
37 /etc/suggestd.xml
37 /etc/suggestd.xml
38
39and default file in
40
41 /etc/default/suggestd
42
43then finally starting it
44
45
46 /etc/init.d/suggestd start
47
48
3849###2nd February 2014 5AM China time
3950
4051 * who: sysko
4152 * why: resolve login problems
4253 * what: used memcache instead of sqlite for storing session
4354 * how:
4455
4556installed:
4657
4758 apt-get install memcached php5-memcache
4859
4960modified: `/etc/php5/apache2/php.ini`
5061
5162```
5263[Session]
5364session.save_handler = memcache
5465session.save_path="tcp://127.0.0.1:11211?persistent=1&weight=1&timeout=1&retry_interval=15"
5566```
5667
5768
5869
diff view generated by jsdifflib

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


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


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.