Skip to content

Commit

Permalink
fix(Doc): Fix native install guide for version 18.1.0
Browse files Browse the repository at this point in the history
- Move the native install guide to correct folder
- Remove initial setup guide for version 18 (already shown in version 18.1.0 guide)

Signed-off-by: hoangnt2 <[email protected]>
  • Loading branch information
hoangnt2 authored and heliocastro committed May 31, 2024
1 parent b430c62 commit c860c38
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 122 deletions.
120 changes: 0 additions & 120 deletions content/en/docs/Deployment/Deploy-Initial-Setup18.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -763,8 +763,6 @@ Run following commands to config Couchdb Lucene (remember to replace **COUCHDB_U
$ cd third-party/couchdb-lucene/
$ sed -i "s/allowLeadingWildcard=false/allowLeadingWildcard=true/" ./src/main/resources/couchdb-lucene.ini
$ sed -i "s/localhost:5984/COUCHDB_USER:COUCHDB_USER@localhost:5984/" ./src/main/resources/couchdb-lucene.ini
$ mvn clean install war:war
$ cp target/couchdb-lucene-*.war /opt/liferay-ce-portal-7.4.3.18-ga18/tomcat-9.0.56/webapps/couchdb-lucene.war
```

##### 3.7.6. Clean everything and install without running the tests:
Expand Down

0 comments on commit c860c38

Please sign in to comment.