Setting Up A Database
2.4 On macOS 10.5 Catalina or later, the default shell is zsh. Set environment variables on Mac OS X Lion; Where does Homebrew install packages on Mac.
- The install of Homebrew also works on macOS Catalina, macOS Mojave, (High)Sierra, El Capitan, and Yosemite, so macOS 10.10 – 10.14. Homebrew isn’t the only option, also available is MacPorts and Fink but Homebrew is the newest and most popular of the trio. Install Homebrew.
- I try to update my PHP version to 7.4 on macOS Catalina with brew. I did brew install php@7.4. If I check my version php -v, I still see the old version PHP 7.3.11? What do I have to do? Update: After brew doctor I get: Warning: Homebrew's sbin was not found in your PATH but you have installed formulae that put executables in /usr/local/sbin.
We're going to install sqlite3 from homebrew because we can't use the built-in version with macOS Sierra without running into some troubles.
Rails ships with sqlite3 as the default database. Chances are you won't want to use it because it's stored as a simple file on disk. You'll probably want something more robust like MySQL or PostgreSQL.
There is a lot of documentation on both, so you can just pick one that seems like you'll be more comfortable with.
If you're new to Ruby on Rails or databases in general, I strongly recommend setting up PostgreSQL.
If you're coming from PHP, you may already be familiar with MySQL.
MySQL
You can install MySQL server and client from Homebrew:
Once this command is finished, it gives you a couple commands to run. Follow the instructions and run them:
By default the mysql user is root
with no password.
When you're finished, you can skip to the Final Steps.
PostgreSQL
You can install PostgreSQL server and client from Homebrew:
Once this command is finished, it gives you a couple commands to run. Follow the instructions and run them:
By default the postgresql user is your current OS X username with no password. For example, my OS X user is named chris
so I can login to postgresql with that username.
Install Brew Mac Os Catalina Operating System
Use for example the entire gcc@11 package:NOTE: For the M1/ARM architecture, you must use the Rosetta2 Intel binary translation to install your Homebrew compilersfor use with HEASoft, as follows:
Install Brew Mac Os Catalina System
1) Make sure Rosetta is installed:2) Install XQuartz version 2.7.11, which is Intel architecture.
3) Install Homebrew, prefacing the curl command with the Rosetta Intelprefix 'arch -x86_64', for example:4) Install the Homebrew packages gcc, perl and pythonusing the same Rosetta Intel prefix (and this assumes you used the newdefault Homebrew install location for Apple Silicon of /opt/homebrew):5) Set the compiler variables as above.
Use for example the entire gcc11 package:If you use MacPorts, please refer to theMacPorts Migration pagewhen updating your OS to avoid portability issues.
NOTE: For the M1/ARM architecture: as discussed forthe Homebrew compilers above, you will need to install your MacPortscompilers using the Rosetta2 Intel binary translation. This approachfor MacPorts has not been widely tested at the HEASARC, but furtherguidance may be forthcoming.
These tar files unpack in /usr/local:
Install Brew Mac Os Catalina Download
Please note that on macOS Catalina (and newer)these compilers are not currently supported for building HEASoftdue to the additional include and library path requirements notedon the HPC page.