mamp install and joomla - joomla

Using Yosemite on Mac installing Mamp and Mamp pro and trying to see the way it works as a unit. Can I just drag it into the folder as shown or must I upload it via the application? The download did not dialogue where the install sh/b put for the first option. Suggest that sh/b clarified at outset.

Take this steps:
1 - Install the Mamp (copy to application folder)
2 - Open the application folder, right click on Mamp and click on "show package contents". I think the below path is your root folder of web (www)
/Applications/MAMP/htdocs/
3 - copy your joomla files in this folder and rename it to something easier ("joomla" for example)
4 - open the Mamp application and start your web server (apache I think)
5 - Access the installer by the name of folder in "htdocs". for example:
http://localhost/joomla

Related

Cant install CPLEX 12.9 on my macOS Catalina

I downloaded the cplex_studio1290-osx file from the IBM website. But can't install, it says that the application can't be opened.
let me quote developerworks
I got the IDE in CPLEX Optimization Studio 12.9 to work on Catalina
using the following steps:
Download this IBM JDK https://ibm.box.com/s/6nw16tgpe5oxdq52nh7hpldwyzhpsp9v.
Expand the tar file. This will create a folder named Contents. Don't rename it.
Move that folder to /Applications/CPLEX_Studio129/opl/oplide
In the same folder /Applications/CPLEX_Studio129/opl/oplide, right-click on the Oplide app, and choose Show Package Contents
Navigate to /Applications/CPLEX_Studio129/opl/oplide/Oplide.app/Contents/Eclipse
and open the file oplide.ini with TextEdit.
The second line is
/Applications/CPLEX_Studio129/opl/oplide/jre/bin/java Change it to
/Applications/CPLEX_Studio129/opl/oplide/Contents/Home/bin/java

Where to find htdocs in XAMPP Mac

I cannot find the htdocs directory anywhere on XAMPP for Mac.
Many videos on YouTube show people just clicking a button that says "Go to application folder" but on my user interface, it reads: "Go to application" which just opens the localhost page at http://localhost.
Where can I locate the htdocs directory?
In the "volumes" tab, you have to mount it first. Then it appears on the desktop as if it were an external USB. All the data is inside it. :D
At least for macbook (os high sierra) go to terminal and type or copy and paste:
cd ~/.bitnami/stackman/machines/xampp/volumes/root/htdocs
I have installed XAMPP version 7.3.11, After starting the Apache and other services, go to volumes tab on XAMPP, and click on mount button,
And then Click on explore button,
You will get Finder open up with this,
Open xampp application, then do the following:
go to: volumes,
click the [mount] button, and
finally click explore.
Go to Volumes Tab and click Mount
You can find it under Locations in the Sidebar. Click on it.
Open this folder: Lamp
You can find the htdocs folder inside Lamp, just like the below screenshot:
Note: I am using macOS Catalina.
you installed Xampp-VM (VirtualMachine), simply instead install one of the "normal" installations and everything runs fine.
Simple as ...
From the UI
Click Go->Go to Folder then /Applications/XAMPP/htdocs
From Terminal
cd /Applications/XAMPP/htdocs
Click volumes, then explore, and then that should open lampp which has htdocs in it.
for each easy and useful access you can add terminal command via editing your bash profile, here how:
open terminal -> type cd hit enter.
then type nano .bash_profile
then add this line
alias htdocs="cd ~/.bitnami/stackman/machines/xampp/volumes/root/htdocs"
Now hit ctrl + o then hit enter, then hit ctrl + x
Now to refresh the terminal commands type the following command
source .bash_profile
Now you can use htdocs command each time you want to navigate htdocs folder.
There are two ways to find it:
One way is to open Finder>Applications>XAMPP(FolderNotTheInstaller)>htdocs
Another way is cmd+space and searches for manager-osx,
go to Welcome and click the Open Application Folder.
For me it was in
/Users/your username/.bitnami/stackman/machines/xampp
I am using Mac Os Mojave 10.14.5
From XAMPP Application window (manager-osx) click => Open Application Folder >> htdocs
Now you opened your target folder.
You can see process by image below
XAMPP Application window (manager-osx)
Open Application Folder
Application (xamppfiles) folder opened
Click on 'htdocs'
Your target folder 'htdocs' opened
Now begin your development
Make sure no other apache servers are running as it generates an error when you try to access it on the browser even with a different port. Go to Finder and below Device you will usually see the lampp icon. You can also open the htdocs from any of the ide or code editor by opening files or project once you locate the lampp icon. Make sure you mount the stack.
Simply click in "Go To Application Folder"
I used this line to locate and edit the permissions under xampp:
chmod 777 ~/.bitnami/stackman/machines/xampp/volumes/root/htdocs/folder
The next moment I installed MAMP, can find the docks in my local.
PFA screenshot.
Location:
/Applications/MAMP/htdocs/
You installed xampp Vn thats the problem.
Install normal xampp and everything will be fine.
link to nornal xampp: https://www.apachefriends.org/download.html
Download it from the link
install it
when it opens, Simply click in "Go To Application Folder".
/Applications/XAMPP/xamppfiles/htdocs
Go to finder in your Mac
In Location click the network address.
You will see the Lampp folder. To see this network address yo need to have started xampp application and mounted it.
Click Lampp folder
You will see the htdocs folder among the folders.
On opening htdocs folder you will find your php applications
From the Finder menu, click Go->Go to Folder. Type in /Applications/XAMPP

How to install TYPO3 on windows 7 with wampp

I would appreciate if someone can assist me install TYPO3 on Windows wamp server. I have worked on this for some weeks now on both Linux and Windows, but apparently this is something small I am missing.
Here is what I have done on Windows 7, following guidance given on several links I was not able to list in this post:
I have installed wamp and when I start it it shows all services running;
I created my folder "vhost1" in which I put my documents (i.e. in C:\wamp\www\vhost1).
I have copied typo3_src-6-10 (later replaced by typo3_src-8.4.0) into vhost1 and made the following links-mklink /D typo3_src C:\wamp\www\weaconsort\typo3_src\typo3_src-x.x.x \ mklink /D typo3 typo3_src/typo3 \ mklink /D index.php typo3_src/index.php
When I point to "http://localhost/vhost1" in my browser I get "Internal Server Error", but when I point to "http://locahost" I get the index page with my document folder under "Your Projects".
Clicking on my document folder gives me "Internet Explorer cannot display the webpage"
I cannot go further than this.
I have tried to change Document root to "c:/wamp/www/vhost1" in "http.conf", "httpd-ssl.conf and httpd-vhosts.conf, no avail.
Will appreciate any assistance
I have all running on windows 7 with no trouble ... I'm no wizard at all, so first change is that I have xampp installed, no symlinks, I just place in htdocs ...
If you want to go down this road I'll assist you with all questions, I've even got imagemagick up and running:
get rid of wampp (hope you're not using it for other development)
download xampp 1.8.3 and install that
download typo3 (I suggest 7.6.11, because you'll find lots more extensions and I think v8 runs on php7 !!) and place it in htdocs.
rename the folder to a testname, and save an empty file named FIRST_INSTALL in the folder. [directory structure for typo3 installation: rename typo3_src-7.6.11 to testname]
start up xampp and go to 'localhost/phpmyadmin/, create there a database 'testname' (I use collation utf8_general_ci but you can leave that)
now go to 'localhost/testname/' in your browser, and follow the instructions ... (I think you can ignore the warnings at the start), when you arrive at the database select the one just created with user 'root' and blank password.
at the end of the install you'll be asked if you want to start with an empty installation or if you want to fill with the introduction, that's where you insert the package !!
keep me posted and I update my answer to resolve where you stall
TYPO3 - inspiring people to share!

How To Find $EXIST_HOME in eXist-db

I am trying to edit my config file, which I am told is located at $EXIST_HOME/conf.xml. However, when I type $EXIST_HOME into my terminal nothing happens, and I have no idea where to look for the file in my file system. I am using OSX, and installed eXist using the standalone GUI, and was not asked where to install files at setup.
How can I get to the config file?
$EXIST_HOME is just used to represent wherever you installed eXist to. On many Linux/Unix based systems (including Mac OS X) it is recommended to set this environment variable in your profile to the location where you installed eXist. If you do not, when you try to start eXist it will try and self-determine this from the location of its binaries.
If you installed eXist from the .dmg file which is provided for Mac OS X users, then you can drag and drop eXist to wherever you wish, however typically this would be /Applications/eXist-db.
If you installed eXist from the .jar installer by running java -jar eXist-db-setup-2.2.jar or double-clicking the Jar file (if your computer is configured to execute Jar files), then the second screen of the installer prompts you for the location to install eXist to. The default location set for Mac OS X is /Applications/eXist-db.
So if you didn't change the defaults, your $EXIST_HOME would be /Applications/eXist-db.
On OS X, as adamretter correctly states, the default installation directory when using the Exist-DB installation disk image (.dmg) is /Applications/eXist-db. However, when you navigate to the /Applications/eXist-db folder and click on the exist-db icon, as if to open the directory for further browsing, all that happens is that the Exist-DB server starts. Less experienced Mac users might not realise that you have to right-click with the mouse on the Exist-DB icon in the Applications folder and choose 'Show Package Contents' from the menu in order to view the directories that sit beneath it.
The config.xml file can be found at:
/Applications/eXist-db.app/Contents/Resources/etc/config.xml
P.S. Don't forget to make a backup copy before you start editing :)

How can I uninstall NetBeans on a mac?

I currently have NetBeans 6.5 installed on my mac running leopard.
I searched Google on how to uninstall it and the NetBeans website says to right click on it, select "Show Package Contents" and the uninstaller should be there, but it isn't.
How can I completely uninstall NetBeans in this situation?
Thanks!
Compiled List
Here is a list of the nooks and crannies where you need to find and delete files and folders. I compiled this list from the multiple sources listed on this page.
My list here was true for me in Mountain Lion 10.8.5 with NetBeans 8.0.2. Of course things may change in the future or past.
Some may not be necessary for some upgrades between versions of NetBeans. But if you want a truly fresh install, here you go.
You could write a shell script to do this deleting. But I just do it by hand as this Spring-cleaning is not a regular occurrence.
I suggest making a back-up copy of each of your projects before doing an upgrade of NetBeans.
Home folder
Some hidden folders may appear directly in your home folder. The . as first letter hides the file/folder by default. To permanently show such files/folders in the Finder, read this or this.
~/.netbeans-derby
In later versions of Mac OS X, the Library folder is hidden from your home folder. Also not displayed on the Go menu. To expose, hold down the Option key while choosing Go. A Library menu item appears, about in the middle of the menu.
~/Library/Application Support/NetBeans/
~/Library/Caches/NetBeans/7.4
Root folder
/Applications/NetBeans
/private/var/db/receipts/org.netbeans.*
Note that NetBeans leaves some hidden configuration directories in your home directory. You might want to delete those too:
.asadminpass and .asadmintruststore - directories that contain stuff for Glassfish (Java EE application server)
.netbeans and .netbeans-registration - NetBeans configuration directories
.nbprofiler - something from the NetBeans profiler
In a terminal window, you can list all files and directories (including hidden ones) with ls -la, and you can delete them with for example rm -rf .netbeans (BE CAREFUL with that last command, it deletes stuff so that you can't get it back).
The instructions on this page say that dragging the Netbeans application out of the Applications folder and into the Trash is sufficient.
Barry Brown's answer is correct; I would add how this is handled by NetBeans. If you look under the NetBeans installation directory, then under bin, you will see a shell script named "netbeans," which locates your JDK installation when NetBeans is started.
There are third party "Uninstaller" utilities for Mac, but dragging an application from "Applictions" to the trash bin is typically how application removal is done.
I think you can uninstall it the same way it is done on Ubuntu as explained in this sample post.
I'm not a Mac user myself, so I may be wrong but it's worth posting this here in case there are Linux users in the house.
Very helpful but if like me you get stuck with a blank 7.1 project because none of the settings ever import it could be that like me you are upgrading a mac osx from 7.0rc1 or 7.0rc2.
To fix this or just re-update your settings.
Open Telnet session.
cd /Users/{user}/. netbeans
ls
I had this...
my-MBP:.netbeans {my}$ ls
6.9 7.0rc2 7.1
my-MBP:.netbeans {my}$
I then removed the duff 7.1 settings and manually moved in the 7.0 settings with
rm -R 7.1
cp -rf 7.0rc2 7.1
When opening up NetBeans next time it will take 2-10 minutes to fully rescan & reindex all but works perfectly after this.
HTH
Simon.

Resources