-
Notifications
You must be signed in to change notification settings - Fork 561
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This allow the product to lower the entry level barrier Signed-off-by: Juan Manuel Parrilla Madrid <[email protected]>
- Loading branch information
Showing
9 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Getting Started | ||
|
||
In the beginning, it is necessary to execute the Shiori server locally. There are various methods available for this purpose; however, we will concentrate on employing the least intrusive option, which involves utilizing containers. | ||
|
||
- Launch the Shiori server using the Command Line Interface (CLI): | ||
|
||
``` | ||
mkdir -p ~/.config/shiori/ | ||
docker run -d -v ${HOME}/.config/shiori:/shiori -p 8080:8080 ghcr.io/go-shiori/shiori:latest | ||
``` | ||
|
||
- Subsequently, you can access the homepage at the [here](http:/127.0.0.1:8080). Please use the following credentials to log in: `shiori/gopher.` | ||
|
||
- Within the web application, you can add a new bookmark by following the steps depicted in the screenshots below: | ||
|
||
![gs-01](./screenshots/17-gs-add-bookmark.png) | ||
![gs-02](./screenshots/18-gs-add-bookmark.png) | ||
![gs-03](./screenshots/19-gs-add-bookmark.png) | ||
|
||
This action will generate a new entry, as illustrated in the final screenshot. | ||
|
||
- Following this step, you should proceed to select the __Update Archive__ button in order to initiate the process of creating a local copy of the page. | ||
|
||
![gs-04](./screenshots/20-gs-add-bookmark.png) | ||
![gs-05](./screenshots/21-gs-add-bookmark.png) | ||
|
||
- At this point, you will be able to observe your downloaded bookmark, which has been successfully stored locally. | ||
|
||
![gs-06](./screenshots/22-gs-add-bookmark.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.