Written and contributed by Leng Lui.
Scenario:
"I want to be able to run Nucleus from my own computer so I can work on my skin designs and see how they look without having to be online."
Solution:
You will need to set up a local server with php and MySQL. But don't worry, it's all very easy to do.
Original forum thread:
http://forum.nucleuscms.org/viewtopic.php?t=14180
Method:

If you don't use Windows, don't worry. There are also builds for Linux, Mac OS X and Solaris.
C:\Program Files\xampp\. Find the file xampp-control.exe and run the program.


When both Apache and MySQL are up and running, you should see a screen like this:


\xampp\htdocs\ folder, otherwise your web browser won't be able to find your offline Nucleus installation.

http://localhost/. Select your language and you will now see the XAMPP welcome page. Click on the phpMyAdmin link in the left hand menu to create and set up your Nucleus MySQL database.

nucleus.

http://localhost/path/to/nucleus/install.php to start the Nucleus installation process. In our example, we have installed Nucleus in a subdirectory called nucleus3.24, so we navigate to http://localhost/nucleus3.24/install.php.

localhost and the name of your database. In our example, the name of the database is nucleus. You can put the username as root and leave the password field blank.

WARNING: The username root is the default Apache user. If you are planning to make your local installation of Nucleus available online, it is strongly recommended for security reasons for you to disable the root user, set up a new user with a strong password and give that user access to your Nucleus database instead.
http://localhost/path/to/nucleus/ or your normal Windows file path, e.g. C:/Program Files/xampp/htdocs/. In our example, the correct base paths are http://localhost/nucleus3.24/ and C:/Program Files/xampp/htdocs/nucleus3.24/.


install.php and install.sql:

and change permissions on config.php. You can do this simply by right-clicking, select the "Properties" menu and make sure the "Read-only" and "Archive" boxes are checked:

![]()
Total votes: 7 - Rating: 9.71