-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add instructions to readme, make en/es cookie consents a little better (
#455) * Add instructions to readme, make en/es cookie consents a little better worded * Fix --------- Co-authored-by: Paul Cosma <[email protected]>
- Loading branch information
1 parent
1808751
commit 25280f2
Showing
3 changed files
with
29 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,28 @@ | ||
# The Pacstall Website | ||
|
||
## Stats | ||
|
||
<p align="center"><img alt="Repobeats analytics image" src="https://repobeats.axiom.co/api/embed/eda50f5088638b97b7f64e29c0f2d65c7fb89568.svg" /></p> | ||
|
||
## How to Run | ||
|
||
First, clone this repo and go to its directory. | ||
|
||
```sh | ||
git clone https://github.com/pacstall/website | ||
cd website | ||
``` | ||
|
||
Then, choose an option below depending on if you're planning to make changes to the website or to just run it. | ||
|
||
### Run it for Development | ||
|
||
```sh | ||
docker-compose -f docker-compose.yml -f docker-compose.dev.yml up --force-recreate --build | ||
``` | ||
|
||
### Run it in Production | ||
|
||
```sh | ||
docker-compose pull && docker-compose down && docker-compose up -d | ||
``` |
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