Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Should I use MAMP instead of normal host?

  • This topic is empty.
Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #41404
    tigerpaw
    Member

    I’m doing a tutorial for how to build a custom theme in WordPres. Tutorial uses MAMP. I never have.
    Is this in place of using a host? (so it’s a local host)
    If so, I can upload the files online, via MAMP?
    Down the road, when client owns site, he/she can use my MAMP to make changes? Or they need own host?
    You don’t use FTP with MAMP?
    Finally, is it better to use MAMP? I’m more familiar with FTP and host, but if it’s better, I’ll try it.

    …thanks in advance. I googled MAMP and just got more confused.

    #117822
    chrisburton
    Participant

    Mamp is a local host that is setup on your own computer. It is mainly used for development stages not ready to publish. You can take the files in Mamp and upload them onto your online server (with changes to the database most likely). However, no one can access your site but you. So no one would be able to see it.

    #117825
    JoeShmoe
    Member

    MAMP stands for Mac Apache MySql PHP, this is needed if you want to run a PHP script on your local computer, not online. It creates a local server for development, and can’t be used (AFAIK, someone correct me if I’m wrong) on a real website online.

    All this is only true if you have a Mac, for Windows the equivalent would be WAMP (there are lots of others out there, but I don’t want to confuse you).

    As for the questions regarding FTP, you’d still need to use it to put your files on the web, and I don’t think that MAMP can take care of that.

    #117826
    tigerpaw
    Member

    Ah, that was fast feedback! CSS Tricks forumers are awesome!

    It sounds to me like it’s not worth the effort. I’ll stick with what I know: The client wants to make his own changes later.

    Besides, I don’t mind waiting 5 seconds to upload files :)

    Thanks so much!

    #117828
    JoeShmoe
    Member

    If you have multiple big changes, you wouldn’t want to push it online without testing and potentially break the site, therefore testing locally before going live is a great idea

    #117857
    soren
    Member

    Hi tigerpaw, you should definitely give MAMP a try. It’s a great app for building and testing sites, especially those built with wordpress.

    If my two sentences don’t spur you on I reckon I know a man who can

    https://css-tricks.com/video-screencasts/87-moving-up-with-mamp/

    #117858
    chrisburton
    Participant

    @soren She’s asking if she can use Mamp as a local hosting platform for an online site. It’s not possible.

    #117862
    __
    Participant

    It actually is *possible*, but certainly not *advisable*.

    > The philosophy behind XAMPP is to build an easy to install distribution […] make it convenient for developers XAMPP is configured with all features turned on.

    > **The default configuration is not good from a securtiy point of view and it’s not secure enough for a production environment** – please don’t use XAMPP in such environment.

    > *– http://www.apachefriends.org/en/xampp.html*

    > *[emphasis added]*

    #117872
    chrisburton
    Participant

    @traq You would need your own server, correct?

    #117874
    chrisburton
    Participant

    @traq @joshuanhiibert I think I misread. I took it as you install it onto a server. My fault.

    #117877
    __
    Participant

    @joshuanhibbert correct.

    xampp is nothing more than an “installer” (so to speak) that contains Apache, PHP, MySQL, and (in most cases) a slew of other cool web-stuff.

    Beyond security, there are also the issues of nameservers, bandwidth (upstream – which would suddenly be *downstream* if you were serving content- is typically much slower than downstream for home/small business), and a bunch of other things, not the least of which is having to keep your computer running 24/365.

    #117931
    soren
    Member

    @chrisburton Sorry, Chris. From tigerpaw’s post I thought she meant she was confused by MAMP in general and the reasons for using it.

    #117932
    chrisburton
    Participant

    @soren hey, that’s quite all right.

Viewing 13 posts - 1 through 13 (of 13 total)
  • The forum ‘CSS’ is closed to new topics and replies.