You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/contributing/development.md
+15-5Lines changed: 15 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Hestia is an open-source project, and we welcome contributions from the communit
5
5
Hestia is designed to be installed on a web server. To develop Hestia on your local machine, a virtual machine is recommend.
6
6
7
7
::: warning
8
-
Development builds are unstable. If you encounter a bug please [report it via GitHub](https://github.com/hestiacp/hestiacp/issues/new/choose) or [submit a Pull request](https://github.com/hestiacp/hestiacp/pulls).
8
+
Development builds are unstable. If you encounter a bug please [report it via GitHub](https://github.com/hestiacp/hestiacp/issues/new/choose) or [submit a Pull Request](https://github.com/hestiacp/hestiacp/pulls).
9
9
:::
10
10
11
11
## Creating a virtual machine for development
@@ -14,6 +14,16 @@ These are example instructions for creating a virtual machine running Hestia for
14
14
15
15
These instructions use [Multipass](https://multipass.run/) to create the VM. Feel free to adapt the commands for any virtualization software you prefer.
16
16
17
+
::: warning
18
+
Sometimes during this process, the mapping between the source code directory on your local machine to the directory in the VM can be lost. If this happens simply unmount and remount e.g.
19
+
20
+
```bash
21
+
multipass unmount hestia-dev
22
+
multipass mount $HOME/projects/hestiacp hestia-dev:/home/ubuntu/hestiacp
23
+
```
24
+
25
+
:::
26
+
17
27
1.[Install Multipass](https://multipass.run/install) for your OS.
18
28
19
29
1.[Fork Hestia](https://github.com/hestiacp/hestiacp/fork) and clone the repository to your local machine
@@ -22,10 +32,10 @@ These instructions use [Multipass](https://multipass.run/) to create the VM. Fee
Copy file name to clipboardExpand all lines: docs/docs/server-administration/web-templates.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ FastCGI cache works best for sites get a lot of request and where the pages don
104
104
105
105
### Why does software package x and y not work with FastCGI cache
106
106
107
-
As we have over 20 different templates and we don’t use them all, we have decided to stop releasing new ones the future and hope the community helps improving the templates by [submitting a Pull request](https://github.com/hestiacp/hestiacp/pulls).
107
+
As we have over 20 different templates and we don’t use them all, we have decided to stop releasing new ones the future and hope the community helps improving the templates by [submitting a Pull Request](https://github.com/hestiacp/hestiacp/pulls).
108
108
109
109
If you want to add support to a certain template, follow the instructions below.
0 commit comments