| 829 | plpgsql added to template1 | plpgsql added to template1 | 
| 830 | x apt-get install postgresql-dev | x apt-get install postgresql-dev | 
| 831 | e apt-get install libpostgresql | e apt-get install libpostgresql | 
| 832 | x apt-get install libpgtcl | e apt-get install libpgtcl | 
| 833 | x apt-get install mnogosearch-pgsql mnogosearch-pgsql-dev | x apt-get install mnogosearch-pgsql mnogosearch-pgsql-dev | 
| 834 | x dpkg-reconfigure mnogosearch-common | x dpkg-reconfigure mnogosearch-common | 
| 835 |  | x su postgres | 
| 836 |  | x /usr/lib/postgresql/bin/createuser mnogosearch | 
| 837 |  | x /usr/lib/postgresql/bin/createdb mnogosearch | 
| 838 |  |  | 
| 839 |  | x changed to "mysql" in /etc/mnogosearch/indexer.conf and | 
| 840 |  | e deployed schemas at /usr/share/doc/mnogosearch-common/create/mysql/ | 
| 841 |  | x mysql -e "insert into user (host, user, password) values ('localhost', 'mnogosearch', password('mno123'));" mysql | 
| 842 |  | c mysql -e "insert into user (host, user, password) values ('%', 'mnogosearch', password('mno123'));" mysql | 
| 843 |  | x mysql -e "insert into db values ('localhost', 'mnogosearch', 'mnogosearch', 'Y','Y','Y','Y','Y','Y','N','Y','Y','Y');" mysql | 
| 844 |  | x mysql -e "create database mnogosearch;" | 
| 845 |  | x cd /usr/share/doc/mnogosearch-common/create/mysql/ | 
| 846 |  | x mysql mnogosearch < categories.txt | 
| 847 |  | x mysql mnogosearch < crc-multi.txt | 
| 848 |  | x deployed schemas at /usr/share/doc/mnogosearch-common/create/pgsql/ | 
| 849 |  | x psql -U mnogosearch mnogosearch < create.txt | 
| 850 |  |  | 
| 851 |  |  | 
| 852 |  |  | 
| 853 |  |  | 
| 854 |  |  | 
| 855 |  |  | 
| 856 |  |  |