Skip to content
Snippets Groups Projects
Commit bec6bae2 authored by Israel Barreto Sant'Anna's avatar Israel Barreto Sant'Anna
Browse files

Merged with master

parents fa588b8e 2c1bef7f
No related branches found
No related tags found
No related merge requests found
......@@ -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 ```.
<!--### Development environment-->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment