-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
51 changed files
with
4,228 additions
and
1,148 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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
.* | ||
!.gitignore | ||
docker-compose.yml | ||
.idea | ||
.idea | ||
/backend/target |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# PasteBook | ||
An easy on the eyes, portable, lightning fast pastebin written in Svelte and Kotlin. | ||
An easy on the eyes, portable, lightning fast pastebin written in Svelte and Rust. | ||
|
||
### Prerequisites | ||
Docker. Both the frontend and backend are to be installed with Docker. You can learn more [here](https://www.docker.com). | ||
|
@@ -73,9 +73,11 @@ systemctl restart nginx | |
Run the following commands in succession. | ||
```bash | ||
docker compose stop | ||
docker compose pull | ||
docker compose up -d | ||
``` | ||
|
||
# Final Notes | ||
Wow. There was a lot that can go wrong there. I'm not an expert. If you need help, you can email me at [email protected] or find me elsewhere. | ||
|
||
💜 |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.