@@ -23,11 +23,11 @@ along with portalmec. If not, see <http://www.gnu.org/licenses/>.
## Requirements
* rvm
* Using rvm you will install ruby "2.7.2"
* ruby "2.7.2"
* Using rvm you will install ruby "3.0.1"
* ruby "3.0.1"
* Dspace server "6.x"
* Postgres "11"
* Elasticsearch "6.2.4"
* Postgres "13"
* Elasticsearch "6.8.13"
* Redis ">=5.0"
* nvm
* 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
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,
execute the CMD in the portalmec directory ``` rake searchkick:reindex:all ```.
For the search mechanism to works, execute the CMD in the portalmec directory ``` rake searchkick:reindex:all ```.