maniackrot.blogg.se

Installing docker on mac os x
Installing docker on mac os x















The $ARTIFACTORY_HOME/tomcat/logs folder is linked to $ARTIFACTORY_HOME/logs/catalina.Ĭreates the folder $ARTIFACTORY_HOME/backup, so you must create a link if you want this folder to point to a different place (such as /var/backup/artifactory for example).

Installing docker on mac os x install#

If systemd is not supported and init.d is used, the install script copies the service script file artifactoryto /etc/init.d/artifactoryĬreates the folder $ARTIFACTORY_HOME/logs, makes it writable for the user ARTIFACTORY_USER and creates a soft link $ARTIFACTORY_HOME/logs/catalina. If systemd is supported, the install script copies the service script file artifactoryto /etc/systemd/system/rvice If you are running on a Linux distribution that supports systemd, the install script will use it to install Artifactory - otherwise init.d will be used. To modify your JVM parameters modify JAVA_OPTIONS in /etc/opt/jfrog/artifactory/default

installing docker on mac os x

The /etc/opt/jfrog/artifactory/default is included at the top of artifactoryctland can include any settings. If you include the user name, you may also optionally include a group.Ĭreates the folder /etc/opt/jfrog/artifactory, copies the configuration files there and creates a soft link in $ARTIFACTORY_HOME/etcĬreates the file /etc/opt/jfrog/artifactory/default containing the main environment variables needed for Artifactory to run: JAVA_HOME, ARTIFACTORY_USER, ARTIFACTORY_HOME, JAVA_OPTIONS. You can also optionally run the install script to start the Artifactory service under a different user by passing in the user name as the first parameter. You can change the default user by editing the $ARTIFACTORY_USER value in /etc/opt/jfrog/artifactory/default.

installing docker on mac os x

Creates a default user named artifactory( $ARTIFACTORY_USER).















Installing docker on mac os x