@@ -23,11 +23,11 @@ along with portalmec. If not, see <http://www.gnu.org/licenses/>.
...
@@ -23,11 +23,11 @@ along with portalmec. If not, see <http://www.gnu.org/licenses/>.
## Requirements
## Requirements
* rvm
* rvm
* Using rvm you will install ruby "2.7.2"
* Using rvm you will install ruby "3.0.1"
* ruby "2.7.2"
* ruby "3.0.1"
* Dspace server "6.x"
* Dspace server "6.x"
* Postgres "11"
* Postgres "13"
* Elasticsearch "6.2.4"
* Elasticsearch "6.8.13"
* Redis ">=5.0"
* Redis ">=5.0"
* nvm
* nvm
* Using nvm you will install Node.js "14.15.1"
* Using nvm you will install Node.js "14.15.1"
...
@@ -110,8 +110,7 @@ After all gems were installed succesfuly. Please create the database using the f
...
@@ -110,8 +110,7 @@ After all gems were installed succesfuly. Please create the database using the f
This procedure will create and configure all table in the project database
This procedure will create and configure all table in the project database
For the search mechanism to works, it is required to copy ``` your_directory_path/portalmec/calculate_score.painless ``` to ``` /etc/elasticsearch/scripts ```. After this is done,
For the search mechanism to works, execute the CMD in the portalmec directory ``` rake searchkick:reindex:all ```.
execute the CMD in the portalmec directory ``` rake searchkick:reindex:all ```.