[last updated: 2025-05-09]
-----
- Setting up a local server:
- Introduction:
- A local server is a collection of software installed on your local computer
that creates an environment that allows execution of whole websites,
"locally", that is without having an internet connection.
Being "local", you have full control over the site,
and the public cannot access it.
It can be a useful way to develop and test a website before "going live"
and hosting it onto some internet-accessible service.
- XAMPP is a free, open-source software package
that facilitates creation of a local server.
- At this time (2025-05) I am setting this up to run WordPress.
--------------------------------------------------
- Installation Procedure:
- Set up a Local Server:
Choose a local server environment like XAMPP (Windows, Linux, macOS), MAMP (macOS), or WAMP (Windows).
Download and install the chosen local server software.
https://sourceforge.net/projects/xampp/postdownload
Start the local server environment.
--------------------------------------------------
- Installation Log:
--------------------------------------------------
- Old/obsolete history:
I did a lot of work investigating setting up a local server some time ago,
in the context of making it work for Drupal.
Eventually I abandoned the project as beyond my skill level, however there are several pages here with records of those attempts:
--------------------------------------------------
- Links:
.
.
eof