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
@@ -90,21 +95,21 @@ multipass mount $HOME/projects/hestiacp hestia-dev:/home/ubuntu/hestiacp
90
95
91
96
1. Visit the VM's IP address in your browser using the default Hestia port and login with `admin`/`Password123`
92
97
93
-
_(bypass any SSL errors you see when loading the page)_
98
+
_(proceed past any SSL errors you see when loading the page)_
94
99
95
100
```bash
96
101
e.g. https://192.168.64.15:8083
97
102
```
98
103
99
-
Hestia is now running in a virtual machine. If you'd like to make changes to the source code and test them, please continue to the next section.
104
+
Hestia is now running in a virtual machine. If you'd like to make changes to the source code and test them in your browser, please continue to the next section.
100
105
101
106
## Making changes to Hestia
102
107
103
-
After setting up Hestia in a VM you can now make changes to the source code in`$HOME/projects/hestiacp` on your local machine using your editor of choice.
108
+
After setting up Hestia in a VM you can now make changes to the source code at`$HOME/projects/hestiacp` on your local machine (outside of the VM) using your editor of choice.
104
109
105
110
The following are example instructions for making a change to Hestia's UI and testing it locally.
106
111
107
-
1. At the root of the project on your local machine, install Node dependencies
112
+
1. At the root of the project on your local machine, ensure the latest packages are installed
108
113
109
114
```bash
110
115
npm install
@@ -142,7 +147,7 @@ Please refer to the [contributing guidelines](https://github.com/hestiacp/hestia
142
147
143
148
## Running automated tests
144
149
145
-
For automated tests we currently use [Bats](https://github.com/bats-core/bats-core).
150
+
We currently use [Bats](https://github.com/bats-core/bats-core) to run our automated tests.
0 commit comments