/admin
(or your gsadmin path set in gsconfig), you will be redirected to the upgrade and install scriptsNOTE: Your site will be automatically put in maintenance mode during installs or upgrades.
/admin
. This will redirect you to an install screen. (e.g mydomain.tld/admin
or mydomain.tld/path-to-get-simple/admin
) mydomain.tld/path-to-get-simple/admin
to sign in..htaccess
files. Some folders in your installation have sensitive data and should not be accessible to outside visitors.A local server is a webserver but it is not connected with the WorldWideWeb, it is just running on your local computer. That's why it is a local server.
It's never wrong to work on a local webserver, develop there and customize your GetSimple before you publish everything in the wild. Doing so, you have the chance to learn the new system before it is activated, to test plugins or themes …
These server-software-packages are either called:
LAMP
(Linux, Apache, MySQL, PHP/Perl/Python) WAMP
(Windows, Apache, MySQL, PHP/Perl/Python)MAMP
(Mac OS X, Apache, MySQL, PHP/Perl/Python)
and their job is to deliver content from webpages (HTML etc.) like the webservers which deliver the content in the WWW.
More info: http://en.wikipedia.org/wiki/List_of_AMP_packages
You work with the local server the same way like you work with a real webserver. The only difference is that you do not need to ftp your files to the server, using a file explorer on your local machine does the job.
There are some software-packages out there, and they are free (mostly).
One of the most popuar packages is XAMPP from Apachefriends, this is a fairly large bundle.
Others are
Vertrigo Serv
Server2Go
EasyPHP
Each of these packages come with readmes, tutorials on their webpages or forums. So we can expect to find answers for our questions.
The installation of GetSimple on a local webserver is nearly identical with the installation on your webspace:
www
or htdocs
http://127.0.0.1
or http://localhost
http://127.0.0.1:4011
. When you start the server (server2go.exe) with administrator rights, the server opens in the browser with http://127.0.0.1
and it is possible to navigate to http://127.0.0.1/getsimple
to have the installation started.If you developed your site in a local GetSimple installation but later want to publish it in the Web, you must know that it's not only uploading all files to the public server. It is recommended to do a new GetSimple install (the process will set the necessary file permissions), and then uploading your data, theme, plugins, etc.
See full details here: Migrating, Moving and Uploading Complete Sites
(If you just upload all, your site might not work. If it does, it could be vulnerable.)
Please note: links to images etc. are stored in your data with absolute URLs, not relative URLs. So you will run into problems when you just copy your data files to the server.
What you can do:
Back to the GetSimple Wiki Contents Page