Configure mac path for java 1.7

broken image
broken image

Tell tomcat that tomcat-native is installed.

broken image

The SQL to make the Postgres database is: create database 'dspace' with owner = dspace encoding='utf8' tablespace=pg_default lc_collate = 'C' lc_ctype='en_US.UTF-8' template template0 The SQL to make the Postgres database-user is: CREATE ROLE dspace with SUPERUSER LOGIN PASSWORD 'dspace' You can create database user, create database, or perhaps for future tasks, run direct SQL queries against DSpace. Once installed, click the taskbar elephant, and “open psql”, psql is the command-line-interface for Postgres. Install Git, Maven, Ant, Tomcat brew install git maven ant tomcat tomcat-native Then, instead of vi ~/.bash_profile, it would be nano ~/.bash_profile or subl ~/.bash_profileĪdd: export JAVA_HOME=$(/usr/libexec/java_home -v 1.7) If vi / vim is too technical for you, you can use nano or sublime text (pro-tip at bottom) instead.