Changes between Version 86 and Version 87 of howto/MAMP


Ignore:
Timestamp:
Dec 30, 2014, 5:32:48 AM (9 years ago)
Author:
magill@…
Comment:

Insert $ prefix on commands

Legend:

Unmodified
Added
Removed
Modified
  • howto/MAMP

    v86 v87  
    2626
    2727{{{
    28 cd /opt/local/apache2/modules
    29 sudo /opt/local/apache2/bin/apxs -a -e -n "php5" mod_php56.so
     28$ cd /opt/local/apache2/modules
     29$ sudo /opt/local/apache2/bin/apxs -a -e -n "php5" mod_php56.so
    3030}}}
    3131This should return the message:
     
    8080
    8181{{{
    82 cd /opt/local/etc/php5
    83 sudo cp pear.conf.sample pear.conf
     82$ cd /opt/local/etc/php5
     83$ sudo cp pear.conf.sample pear.conf
    8484}}}
    8585
     
    8787
    8888{{{
    89 sudo port unload apache2
    90 sudo port load apache2
     89$ sudo port unload apache2
     90$ sudo port load apache2
    9191}}}
    9292