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: .devcontainer/README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,12 +30,11 @@ This guide provides instructions for setting up and working with the Municipio D
30
30
`.devcontainer/scripts/setup.sh`
31
31
32
32
6.**Access the local site**
33
-
Open your browser and navigate to [https://localhost:8443](https://localhost:8443).
33
+
Open your browser and navigate to [http://localhost:8080](http://localhost:8080).
34
34
35
35
### Accessing the Local Site
36
36
37
-
- Navigate to [https://localhost:8443](https://localhost:8443) in your browser.
38
-
- Accept the self-signed certificate warning if prompted.
37
+
- Navigate to [http://localhost:8080](http://localhost:8080) in your browser.
39
38
- Default login credentials:
40
39
-**Username:**`superadmin`
41
40
-**Password:**`superadmin`
@@ -114,7 +113,7 @@ The script will:
114
113
- You may be prompted for your SSH password/key passphrase
115
114
- If the local site already exists, you'll be asked whether to delete it
116
115
- The script requires SSH access to the remote server
117
-
- After migration, access your site at `https://localhost:8443/<LOCAL_SITE_SLUG>`
116
+
- After migration, access your site at `http://localhost:8080/<LOCAL_SITE_SLUG>`
118
117
119
118
## Documentation for setup-dev-package.sh Script
120
119
The `setup-dev-package.sh` script is a utility designed to streamline the development process by providing a clean and efficient development environment. It automates the process of downloading an editable version of the selected plugin. All other plugins in the environment will be reset to their production release versions. This ensures that only the selected plugin is in a development state, avoiding unnecessary builds for untouched packages.
0 commit comments