mac work environment
-
- Joomla! Apprentice
- Posts: 26
- Joined: Tue Aug 25, 2020 9:49 am
mac work environment
Hi,
can you suggest me an environment to work with Joomla on mac?
Have a nice day!
Thanks
can you suggest me an environment to work with Joomla on mac?
Have a nice day!
Thanks
- AMurray
- Joomla! Champion
- Posts: 6459
- Joined: Sat Feb 13, 2010 7:35 am
- Location: Australia
Re: mac work environment
if you mean you need a local development server environment then I suggest https://www.mamp.info/en/downloads/ and also refer https://en.wikipedia.org/wiki/MAMP for information.
Otherwise, all you need is a web browser to develop your site from your "live" site (or development copy for example in a sub-domain).
Otherwise, all you need is a web browser to develop your site from your "live" site (or development copy for example in a sub-domain).
Regards,
--------------------------------------------------------------
A Murray
Help you I can, yes!. Post your question, you should. Keep it on topic you must!
Use the Forc....Forum Post Assistant my young Padawan!
--------------------------------------------------------------
A Murray
Help you I can, yes!. Post your question, you should. Keep it on topic you must!
Use the Forc....Forum Post Assistant my young Padawan!
-
- Joomla! Apprentice
- Posts: 26
- Joined: Tue Aug 25, 2020 9:49 am
Re: mac work environment
Thank you.
Do you think working in the sundomain is not confusing to search engines?
Do you think working in the sundomain is not confusing to search engines?
- AMurray
- Joomla! Champion
- Posts: 6459
- Joined: Sat Feb 13, 2010 7:35 am
- Location: Australia
Re: mac work environment
Not an SEO expert so couldn't answer that question. I only addressed your original question:Do you think working in the subdomain is not confusing to search engines?
I'm sure lots of developers would use the sub-domain technique, especially if developing for clients, in order to demonstrate the progress of the site build, they'd have to put it on the web.can you suggest me an environment to work with Joomla on mac?
You could use the meta tag
Code: Select all
<meta name="robots" content="noindex">
However, I think the offline method already mentioned - set up a server environment would be best. Then you can transfer the site, when ready, to your live hosting with something like Akeeba Backup and Kickstart, which makes the site copy / transfer process very easy.
Regards,
--------------------------------------------------------------
A Murray
Help you I can, yes!. Post your question, you should. Keep it on topic you must!
Use the Forc....Forum Post Assistant my young Padawan!
--------------------------------------------------------------
A Murray
Help you I can, yes!. Post your question, you should. Keep it on topic you must!
Use the Forc....Forum Post Assistant my young Padawan!
- Webdongle
- Joomla! Master
- Posts: 39455
- Joined: Sat Apr 05, 2008 9:58 pm
Re: mac work environment
I prefer to work on localhost it's less confusing to me (don't know about search engines)
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"The definition of insanity is doing the same thing over and over again, but expecting different results": Albert Einstein.
https://www.weblinksonline.co.uk/updating-joomla.html
"The definition of insanity is doing the same thing over and over again, but expecting different results": Albert Einstein.
-
- Joomla! Apprentice
- Posts: 26
- Joined: Tue Aug 25, 2020 9:49 am
Re: mac work environment
Thanks
-
- Joomla! Apprentice
- Posts: 19
- Joined: Mon Dec 14, 2020 9:10 pm
Re: mac work environment
The search engines do affect the subdomains, but the fact is that most new developed sites are not SEO optimized it doesn't really matter, the sites will never be on top of search results.
You can always put the site offline while you are developing.
You can always put the site offline while you are developing.
- Webdongle
- Joomla! Master
- Posts: 39455
- Joined: Sat Apr 05, 2008 9:58 pm
Re: mac work environment
How?
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"The definition of insanity is doing the same thing over and over again, but expecting different results": Albert Einstein.
https://www.weblinksonline.co.uk/updating-joomla.html
"The definition of insanity is doing the same thing over and over again, but expecting different results": Albert Einstein.
- JAVesey
- Joomla! Hero
- Posts: 2291
- Joined: Tue May 14, 2013 1:21 pm
- Location: Cardiff, Wales, UK
- Contact:
Re: mac work environment
I use MAMP.
The free version is adequate for many people but the control over the server environment afforded by MAMP Pro is well-worth the relatively modest outlay.
The free version is adequate for many people but the control over the server environment afforded by MAMP Pro is well-worth the relatively modest outlay.
John V
Cardiff, Wales, UK
Uses Joomla 3.9.24 and PHP7.4.11
Cardiff, Wales, UK
Uses Joomla 3.9.24 and PHP7.4.11
-
- Joomla! Apprentice
- Posts: 19
- Joined: Mon Dec 14, 2020 9:10 pm
Re: mac work environment
Sorry for the delay on answering your post.
You can put the site Offline: under System=>Global Configuration=>Site Offline = Yes /NO
You can still view the Front Side by supplying the user name and password, or change the Offline Settings to Yes or NO temporarily as needed.
I hope that helps.
Good luck
You can put the site Offline: under System=>Global Configuration=>Site Offline = Yes /NO
You can still view the Front Side by supplying the user name and password, or change the Offline Settings to Yes or NO temporarily as needed.
I hope that helps.
Good luck
-
- Joomla! Apprentice
- Posts: 19
- Joined: Tue Dec 29, 2020 10:14 am
Re: mac work environment
MAMP free version seems to be fine for us.