Skip to content

Commit 66c7a37

Browse files
committed
feat(guides): recommended tweaks to windows local guides
1 parent fe19828 commit 66c7a37

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

docs/guides/dev-setup/dev-windows.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,4 +364,6 @@ You have finished installing a local copy of Lorekeeper. You can login as the ad
364364

365365
<figure markdown="span">
366366
![alt text](../../images/dev-setup/windows/running-lk-14.png){ width="600" }
367-
</figure>
367+
</figure>
368+
369+
When you are ready, you can move onto [configuration or setting up a live website](../setup-index.md).

docs/guides/software-setup/software-windows.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,14 @@ Within this guide, we will be installing the following software:
9595
![Opening the PHP.ini in XAMPP](../../images/software-setup/windows/xampp-php-ini.png){ width="600" }
9696
</figure>
9797

98-
2. A file should open up in Notepad. We are going to change two values. First, use the search feature (Ctrl + F) or simply scroll down until you see `post_max_size`. This controls how large the files are that you can upload. Change this to `0` on your local *only*.
98+
2. A file should open up in Notepad. We are going to change two values. First, use the search feature (Ctrl + F) or simply scroll down until you see `post_max_size`. This controls how large the files are that you can upload. Change this to a number similar to what you'll use on your live website. If you don't know yet, change it to `5M` (five megabytes).
9999

100100
<figure markdown="span">
101101
![Editing the post_max_size variable](../../images/software-setup/windows/xampp-post-max.png){ width="600" }
102102
</figure>
103103

104+
![alt text](image.png)
105+
104106
3. The next value we change is `upload_max_filesize`. I like to change this to abnormally high on my local, but make it whatever feels right for you. To change it to 10 megabytes, for example, put a value of `10M`.
105107

106108
<figure markdown="span">
-53 KB
Loading

0 commit comments

Comments
 (0)