(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
- Open folder “/Applications/MAMP/htdocs”
- Create a folder inside it and name it “ianseo” (all lower case, without quotes)
- Uncompress the contents of the downloaded zip file inside the ianseo folder
- IMPORTANT: Open the folder
/Applications/MAMP/htdocs/ianseo/Common and delete the file config.inc.php (if it exists) to allow the installation procedure to start.
- Open a terminal window (Applications -> Utilities -> Terminal)
- Go to the MAMP folder by type the command below, including a space between cd and /, and press
Enter:
cd /Applications/MAMP/htdocs
- Type the following command and press
Enter. You will be asked the password of your user: enter it but remember that nothing will be displayed while typing, not even *.
sudo chown -R nobody:admin ianseo
- Type the following command and press Enter (again it can ask for the password):
sudo chmod -R a+rwX ianseo