Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
majora2007 committed Aug 27, 2024
2 parents 94fef91 + 30294a4 commit 83b55ce
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pages/installation/native.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ These are protected folders and will have permissions problems!

Once the files are extracted to a location, run Kavita.exe to launch the server.

### Step 4
Open a browser window and go to: `http://localhost:5000/`

### Running as a service (Optional)

<Callout type="error">
Expand Down Expand Up @@ -128,7 +131,7 @@ cd ~/Kavita
./Kavita
```
### Step 7
Open a browser window, at the address: http://localhost:5000/
Open a browser window and go to: `http://localhost:5000/`
</Steps>
</Tabs.Tab>
<Tabs.Tab>
Expand All @@ -149,6 +152,9 @@ Use `chmod` and `chown` commands so Kavita can write to the directory you placed

Run the Kavita executable. Usually `./Kavita`

### Step 5
Open a browser window and go to: `http://localhost:5000/`

### Setup Kavita as a service (Optional)

To have Kavita start in the background at boot, you may install it as a systemd service. Save the following to a file named `kavita.service` in the directory /etc/systemd/system
Expand Down Expand Up @@ -180,4 +186,4 @@ Once the file is saved you can run `systemctl start kavita.service` to test if i

</Steps>
</Tabs.Tab>
</Tabs>
</Tabs>

0 comments on commit 83b55ce

Please sign in to comment.