Skip to content

Commit

Permalink
More docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bobdenotter committed May 7, 2021
1 parent adb8c55 commit f909a7f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions couscous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ include:
branch: gh-pages
baseUrl: https://bolt.github.io/deployer

title: BoltForms
subTitle: A Bolt extension to make forms.
title: Bolt Deployer
subTitle: A Bolt recipe for Deployer.
github:
user: bolt
repo: deployer
Expand Down
5 changes: 4 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ This documentation is split in a few parts to get you up and running:
- [Regular Usage](regular_usage.html)

In the sidebar on the left, you'll also find two pages with Tips and
information for Troubleshooting.
information for Troubleshooting.

[dep]: https://deployer.org
[bolt]: https://boltcms.io
4 changes: 2 additions & 2 deletions docs/initial_run.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ you'll need to do the following things:
the section on the "configuration" page about this topic.
- Place the contents of `files/` in `shared/public/files/`.
- If you're using SQLite, place the database file in `shared/var/data`.
- Apply the environment-specific configuration in `shared/.env.local` or your
`ENV` settings.
- Apply the environment-specific configuration in `shared/.env`,
`shared/.env.local` or your `ENV` settings.
- Ensure both the Command-line user and the webserver's user have read/write
access to the files in `shared/`. How this is done optimally, depends on how
the server is configured. To just make them writable to all, use:
Expand Down
2 changes: 1 addition & 1 deletion docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ causing the breakage.
![borken](https://user-images.githubusercontent.com/1833361/117442709-6a838b80-af37-11eb-983e-123d759320a8.png)

In the screenshot above you'll notice that it breaks on `deploy:update_code`,
as indicated by the `` before Deployer wraps up the failed deploy. You can
as indicated by the ``, before Deployer wraps up the failed deploy. You can
investigate by running just that step, and outputting verbose debug
information:

Expand Down

0 comments on commit f909a7f

Please # to comment.