Skip to content

Commit 43d6638

Browse files
authored
Merge pull request #132 from StrykeSlammerII/patch-1
Chapter 5 edits (again)
2 parents 9105a09 + d631400 commit 43d6638

File tree

3 files changed

+6
-14
lines changed

3 files changed

+6
-14
lines changed

pages/01.quick-start/docs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ taxonomy:
66
category: docs
77
---
88

9-
[notice=note]This quick start guide is aimed at experienced PHP developers who already have a development environment set up. If it's not your case, head over to the [First Chapter](/background) to start your journey.[/notice]
9+
[notice=note]This quick start guide is aimed at experienced PHP developers who already have a development environment set up. If that's not your case, head over to the [First Chapter](/background) to start your journey.[/notice]
1010

1111
UserFrosting is a free, open-source jumping-off point for building user-centered web applications with PHP and Javascript. It comes with a sleek, modern interface, basic user account features, and an administrative user management system - all fully functioning out of the box.
1212

pages/05.troubleshooting/02.getting-help/docs.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ taxonomy:
1010

1111
On Github, UserFrosting Chat, and Stack Overflow, please keep in mind the following:
1212

13-
1. Remember that courtesy and proper grammar go a long way. Please take the time to craft a **precise, polite issue**. We will do our best to help, but remember that this is an open-source project - none of us are getting paid a salary to develop this project, or act as your personal support hotline ;-). We do however understand the language barrier can be an issue for some people, so don't be afraid to ask questions even if English is not perfect!
13+
1. Remember that courtesy and proper grammar go a long way. Please take the time to craft a **precise, polite issue**. We will do our best to help, but remember that this is an open-source project - none of us are getting paid a salary to develop this project, or to act as your personal support hotline ;-). We understand the language barrier can be an issue for some people, so don't be afraid to ask questions even if your English is not perfect!
1414

1515
2. Report any errors in detail. Vague issues like "it doesn't work when I do this" are not helpful. Show that you have put some effort into identifying the cause of the error. See the [previous section](/troubleshooting/debugging) for information on how to get more details about errors and other problems. Including a stack trace with your report is the best way we can help you.
1616

@@ -47,7 +47,7 @@ Check [Stack Overflow](http://stackoverflow.com/tags/userfrosting) and the [issu
4747

4848
#### Use Markdown to format blocks of code.
4949

50-
Markdown is the _de facto_ standard for basic text formatting on the web. If you are unfamiliar with Markdown, please [take a few minutes to learn](https://guides.github.com/features/mastering-markdown/#what). It will help you not just here, but all over the web! In particular, please make sure you know where the **backtick** key (`) is located on your keyboard:
50+
Markdown is the _de facto_ standard for basic text formatting on the web. If you are unfamiliar with Markdown, please [take a few minutes to learn](https://guides.github.com/features/mastering-markdown/#what). It will help you all over the web! In particular, please make sure you know where the **backtick** key (`) is located on your keyboard:
5151

5252
![Location of backtick key](/images/backtick.png)
5353

@@ -119,7 +119,7 @@ Tag your question as `userfrosting`, as well as any other relevant tags (`twig`,
119119
You may also find the following communities useful in certain cases:
120120

121121
- [Information Security](http://security.stackexchange.com/)
122-
- [User Experience](http://http://ux.stackexchange.com/)
122+
- [User Experience](http://ux.stackexchange.com/)
123123
- [Webmasters](http://webmasters.stackexchange.com/)
124124
- [Code Review](http://codereview.stackexchange.com/)
125125
- [Unix & Linux](http://unix.stackexchange.com/)

pages/05.troubleshooting/03.common-problems/docs.md

+2-10
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,11 @@ When trying to view your site you get an error similar to this :
2323
2424
<!-- TODO : The above error needs to be updated ! -->
2525

26-
This is an indication that asset build failed or you missed a step in the installation process. Try [running the installer](/installation/environment/native#run-the-installer) again with `php bakery bake` and check for any error messages.
27-
28-
If you're using the [Homestead dev environment](/installation/environment/homestead), you'll need to login to the VM first to run the bake command inside the UserFrosting directory :
29-
30-
```bash
31-
vagrant ssh
32-
cd userfrosting
33-
php bakery bake
34-
```
26+
This is an indication that asset build failed or you missed a step in the installation process. Try [running the installer](/installation/environment/native/install#clone-the-userfrosting-repository) again with `php bakery bake` and check for any error messages.
3527

3628
### Installation went fine, except I don't see any styling on my home page. I am using Apache.
3729

38-
UserFrosting uses a [dynamic routing system](/asset-management/basic-usage#PublicassetURLs) for serving assets in a development environment. For this to work on an Apache webserver, `mod_rewrite` needs to be enabled, **and** you need to give Apache permission to use the `.htaccess` file in `public/`.
30+
UserFrosting uses a [dynamic routing system](/asset-management/basic-usage) for serving assets in a development environment. For this to work on an Apache webserver, `mod_rewrite` needs to be enabled, **and** you need to give Apache permission to use the `.htaccess` file in `public/`.
3931

4032
#### Enabling `mod_rewrite`
4133

0 commit comments

Comments
 (0)