* Unzip the remasco archive at the public root directory of the web server
* Unzip the remasco archive at the public root directory of the web server
```shell
```
# cd /var/www/
# cd /var/www/
# unzip remasco.zip
# unzip remasco.zip
```
```
* Create Remasco Database and create DBO User by replacing dbouser and dbopassword below
* Create Remasco Database and create DBO User by replacing dbouser and dbopassword below
```shell
```
# mysql -u root -p
# mysql -u root -p
CREATE DATABASE remasco;
CREATE DATABASE remasco;
CREATE USER 'dbouser'@'localhost' IDENTIFIED BY 'dbopassword';
CREATE USER 'dbouser'@'localhost' IDENTIFIED BY 'dbopassword';
...
@@ -63,7 +64,7 @@ FLUSH PRIVILEGES;
...
@@ -63,7 +64,7 @@ FLUSH PRIVILEGES;
quit
quit
```
```
* Update Remasco Database with script sql/remasco.sql
* Update Remasco Database with script sql/remasco.sql
```shell
```
# mysql -p -u[dbouser] remasco < sql/remasco.sql
# mysql -p -u[dbouser] remasco < sql/remasco.sql
```
```
...
@@ -125,7 +126,7 @@ DELETE FROM `user` WHERE `userName`="[UserName_to_delete]";
...
@@ -125,7 +126,7 @@ DELETE FROM `user` WHERE `userName`="[UserName_to_delete]";
### Usage
### Usage
* If you configure REMASCO Search to use local clustering server and if the Carrot2 DCS Server is not launched at startup, launch Carrot2 DCS Server with
* If you configure REMASCO Search to use local clustering server and if the Carrot2 DCS Server is not launched at startup, launch Carrot2 DCS Server with