Skip to content

Commit

Permalink
Added flag fro no experimental fetch (#7016)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaPolit authored Jul 18, 2024
1 parent 6739639 commit 894f418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SELF_HOSTED_INSTRUCTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ mv prod latest && rm uwazi.tgz

You should now be able to run an Uwazi instance in production mode:

`DATABASE_NAME=my_db_name INDEX_NAME=my_db_name NODE_ENV=production FILES_ROOT_PATH=/xxxx/yyyy/uwazi/ node server.js`
`DATABASE_NAME=my_db_name INDEX_NAME=my_db_name NODE_ENV=production FILES_ROOT_PATH=/xxxx/yyyy/uwazi/ node server.js --no-experimental-fetch`

By default, Uwazi runs on `localhost` port 3000, so point your browser to http://localhost:3000 and authenticate yourself with the default username "admin" and password "change this password now".

Expand Down

0 comments on commit 894f418

Please sign in to comment.