LAMP Stack with Webmin GCP¶
Usage Instructions¶
Note
Before you start to access the system, please ensure the Status
of the instance in the GCP Console turns to Green
, or the initialization process might be interrupted and the software configuration fails. It takes about 1-5 mins.
Note
Please replace the instance ID
with the actual instance ID of your running VM instance, and the External IP
your actual public DNS address.
Deploying¶
First, we’re going to deploy the
LAMP Stack with Webmin
, ClickLaunch on Compute Engine
.
2. You can take the default settings or customize them. When complete click Deploy
.
But you need to make sure allow TCP port 10000
and HTTP traffic
.
Inspecting¶
When complete you should see:
To initialize LAMP Stack with Webmin, we will need to get the
External IP
, andinstance id
.
Now, we can open a web browser to
http://<External IP>
to view initialization interface.
4. Input the instance id
to finish the verification and then to update the webmin
and MySQL
password. If you want to keep the default password just press the skip
button.
(webmin default Username: aurora, default password : <instance id>
)
(MySQL default Username: aurora, default password : <instance id>
)
When we update the password or skip the initialization.
Finally we can open a web browser to webmin with
http://<External IP>:10000
.