Basic InformationArtifactory system requirements:
The bin folder also contains an install script for making artifactory a Linux service using chkconfig (RedHat and Suse). You can read the Configuration page for a description of artifactory folders. After installation the default admin user is username=admin and password=password WindowsThe file "artifactory.bat" under the bin folder, will look for java and run the main class. LinuxThe main dependency needed before running artifactory is to have a valid JDK 1.5+ on the machine. Before running scripts directly the JAVA_HOME should be set to a JDK 1.5+. The best to check the validity of your environment is to run "artifactoryctl check" under the bin folder. This script is a modification of jetty init script and is quite well documented. You can run artifactory with "artifactory.sh" directly to see its behavior. The console will be locked on artifactory process and you can stop it clean with CTRL+C. You can also try run directly "artifactoryctl check|start|stop" to run directly artifactory as a daemon process using the environment variable of the shell you are in. There is also under bin a script called "install.sh" that will run a bunch of unix commands to setup artifactory correctly as a Linux service. The install script is documented and you should look at it before running it. Anyway, here are the notes and informations about what this script is doing:
After running the script successfully you can test the installation by running: "service artifactory check" or "/etc/init.d/artifactory check" And if everything OK start artifactory with: "service artifactory start" or "/etc/init.d/artifactory start" And then check the log with: "tail -f $ARTIFACTORY_HOME/logs/consoleout.log" Enjoy... WAR File
Configure a standard Servlet container VM with
-Dartifactory.home=$ARTIFACTORY_HOME,
pointing to the location of your Artifactory home folder. (If you do not specify
this property it will default to the ${user.home}/.artifactory).
Copy the configuration file to $ARTIFACTORY_HOME/etc/artifactory.config.xml. Deploy the artifactory.war file into the container. |
|||||||||||||||||||||||