Version at: 10/02/2014, 15:23 vs. version at: 10/02/2014, 15:55
11#Admin logs
22
33Please post a description here every time you do a modification on tatoeba.org.
4
5### 10nd February 2014 11PM China time
6
7 * who: sysko
8 * why: installed nihongoparserd (service to generate japanese reading)
9 * what: compiled source and installed service
10 * how:
11
12installed:
13
14 apt-get install git cmake g++ libmecab-dev mecab-jumandict-utf8
15
16
17executed
18
19 git clone https://github.com/allan-simon/nihongoparserd.igt
20 cd nihongoparserd
21 mkdir build ; cd build ; cmake .. ; make
22 sudo cp nihongoparserd /usr/local/bin
23 cd ..
24 sudo cp conf/nihongoparserd /etc/init.d/
25 sudo chmod +x /etc/init.d/nihongoparserd
26 sudo cp conf/default /etc/default/nihongoparserd
27 sudo useradd -r nihongoparserd
28
29start the service
30
31 /etc/init.d/nihongoparserd
32
33
434
535### 9nd February 2014 10AM China time
636
737
838 * who: sysko
939 * why: reinstall suggestd (service powering tag autocompletion)
1040 * what: compiled source and installed service
1141 * how:
1242
1343
1444installed
1545
1646 apt-get install gcc automake make libevent-dev libsqlite3-dev pkg-config libexpat1-dev libmysqlclient-dev
1747
1848
1949compiled suggestd0.9
2050
2151 aclocal
2252 autoconf
2353 automake --add-missing
2454
2555 ./configure
2656 make
2757 make install
2858
2959
3060after created init script in
3161
3262 /etc/init.d/suggestd
3363
3464and configuration file in
3565
3666
3767 /etc/suggestd.xml
3868
3969and default file in
4070
4171 /etc/default/suggestd
4272
4373then create a suggestd user
4474
4575 useradd -r suggestd
4676
4777then finally starting it
4878
4979
5080 /etc/init.d/suggestd start
5181
5282
5383###2nd February 2014 5AM China time
5484
5585 * who: sysko
5686 * why: resolve login problems
5787 * what: used memcache instead of sqlite for storing session
5888 * how:
5989
6090installed:
6191
6292 apt-get install memcached php5-memcache
6393
6494modified: `/etc/php5/apache2/php.ini`
6595
6696```
6797[Session]
6898session.save_handler = memcache
6999session.save_path="tcp://127.0.0.1:11211?persistent=1&weight=1&timeout=1&retry_interval=15"
70100```
71101
72102
73103
diff view generated by jsdifflib

Version at: 10/02/2014, 15:23

#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 create a suggestd user

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


version at: 10/02/2014, 15:55

#Admin logs 

Please post a description here every time you do a modification on tatoeba.org. 

### 10nd February 2014 11PM China time

  * who: sysko
  * why: installed nihongoparserd (service to generate japanese reading)
  * what:  compiled source and installed service
  * how:

installed:

     apt-get install git cmake g++ libmecab-dev mecab-jumandict-utf8


executed 

     git clone https://github.com/allan-simon/nihongoparserd.igt
     cd nihongoparserd
     mkdir build ; cd build ; cmake .. ; make 
     sudo cp nihongoparserd /usr/local/bin
     cd ..
     sudo cp conf/nihongoparserd /etc/init.d/
     sudo chmod +x /etc/init.d/nihongoparserd
     sudo cp conf/default /etc/default/nihongoparserd
     sudo useradd -r nihongoparserd

start the service 

     /etc/init.d/nihongoparserd 



### 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 create a suggestd user

    useradd -r 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.