Skip to content

Instantly share code, notes, and snippets.

@josdem
Created August 26, 2015 14:32
Show Gist options
  • Save josdem/f6bd68e339a6f0d9248e to your computer and use it in GitHub Desktop.
Save josdem/f6bd68e339a6f0d9248e to your computer and use it in GitHub Desktop.
1. Baja el Zip standalone de aquí. http://archiva.apache.org/
2. unzip y cambia el puerto a 8082 in ARCHIVA_HOME/conf/jetty.xml
3. Renombra apache-archiva-1.3.6 to archiva
4. Crea user archiva and setea owner to archiva directory (chown -R archiva.archiva .)
5. Setea JAVA_HOME al usuario archiva
6. Corre archiva: ARCHIVA_HOME/bin/archiva start & (como usuario archiva)
7. Abre http://server:8082/archiva
8. Setea admin información
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment