Skip to content

Commit

Permalink
update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Limmen committed Feb 11, 2024
1 parent 0aed25b commit efdd062
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/_docs/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,11 @@ cd metastore; make tables
<p class="captionFig">
Listing 19: Commands to setup the Citus cluster and create tables.
</p>

Next, update the variable called `HOST` in the class `METADATA\_STORE` in the file `csle/simulation-system/libs/csle-common/src/csle\_common/constants/constants.py`.

Next, define ips of the cluster nodes and thet metastore leader by editing the file: `csle/config.json`.

Lastly, make the PostgreSQL log files readable by your user by running the commands:
```bash
sudo chmod -R u+rw /var/log/postgresql
Expand Down

0 comments on commit efdd062

Please sign in to comment.