Skip to content

Commit

Permalink
Document ./wzl build build-assets and PermissionError fix in read…
Browse files Browse the repository at this point in the history
…me (#1516)

Reviewed-by: Charmander <[email protected]>
  • Loading branch information
charmander authored Jan 1, 2025
2 parents c18ef8f + dd3747f commit e7ef72a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ This copies the sample configuration into the `config` volume, and only needs to
./wzl assets
```

If the asset builder (`build.js`) was modified, run `./wzl build build-assets` before `./wzl assets`.


### Start Weasyl

Expand Down Expand Up @@ -86,6 +88,11 @@ To run only a specific module's tests, such as `weasyl.test.test_api`:
If you have questions or get stuck, you can try talking to Weasyl project members in the project’s [Gitter room](https://gitter.im/Weasyl/weasyl).


### Website doesn't come up due to `PermissionError`

If the website does not come up and `./wzl logs web` displays a stacktrace ending with `PermissionError: [Errno 13] Permission denied: '/weasyl/storage/prometheus/histogram_16.db'` (or similar), run `./wzl down` followed by `./wzl up -d`.


## Code of conduct

Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
Expand Down

0 comments on commit e7ef72a

Please sign in to comment.