Skip to content

Commit

Permalink
Miscellaneous updates (#1640)
Browse files Browse the repository at this point in the history
### What problem does this PR solve?


Issue link:#1490

### Type of change

- [x] Documentation Update
  • Loading branch information
writinwaters authored Aug 13, 2024
1 parent 67acc91 commit d0308d5
Show file tree
Hide file tree
Showing 2 changed files with 257 additions and 173 deletions.
15 changes: 15 additions & 0 deletions docs/getstarted/deploy_infinity_server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,28 @@ This section provides instructions on deploying Infinity using binary package on
Fedora/RHEL/CentOS/OpenSUSE
```bash
sudo rpm -i infinity-0.3.0.dev4-x86_64.rpm
```

```bash
sudo systemctl start infinity
```

</TabItem>
<TabItem value="ubuntu">

```bash
sudo dpkg -i infinity-0.3.0.dev4-x86_64.deb
```

```bash
sudo chown -R $USER /var/infinity
```

```bash
ulimit -n 500000
```

```bash
sudo systemctl start infinity
```

Expand Down
Loading

0 comments on commit d0308d5

Please sign in to comment.