Difference between revisions of "Jira installation"

From wikieduonline
Jump to navigation Jump to search
m (Welcome moved page Install Jira to Jira installation)
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
https://confluence.atlassian.com/adminjiraserver/installing-jira-applications-938846823.html
 
  
 +
* Install [[Jira Server]] and [[Data Center]]: https://confluence.atlassian.com/jirasoftwareserver/installing-jira-software-938845212.html
 +
* Installing Jira applications: https://confluence.atlassian.com/adminjiraserver/installing-jira-applications-938846823.html
 +
 +
* Restoring from backup: https://confluence.atlassian.com/adminjiraserver/restoring-a-project-from-backup-938847691.html
  
 
* Docker Jira software: https://hub.docker.com/r/atlassian/jira-software
 
* Docker Jira software: https://hub.docker.com/r/atlassian/jira-software
  
  
[[docker volume create]] --name jiraVolume
+
* [[Install Jira Data Center]]
[[docker run]] -v jiraVolume:/var/atlassian/application-data/jira --name="jira" -d -p 8080:8080 atlassian/jira-software
+
 
 +
== Docker installation ==
 +
* <code>[[docker volume create]] --name jiraVolume</code>
 +
* <code>[[docker run]] -v jiraVolume:/var/atlassian/application-data/jira --name="jira" -d -p 8080:8080 atlassian/jira-software</code>
  
 
  http://10.10.XX.XX:8080/
 
  http://10.10.XX.XX:8080/
 +
 +
 +
Aditional configurations:
 +
* Password policy: <code>Disabled|Basic|Secure|Custom</code>
 +
  
  
 
== Related terms ==
 
== Related terms ==
* [[Integrate Jira and Confluence]]
+
* [[Integrate Jira and Confluence]]: Jira as usermanagement
 
* Review [[Migrating from Jira Cloud to Server]] https://confluence.atlassian.com/adminjiracloud/migrating-from-jira-cloud-to-server-776636236.html
 
* Review [[Migrating from Jira Cloud to Server]] https://confluence.atlassian.com/adminjiracloud/migrating-from-jira-cloud-to-server-776636236.html
 
* https://hub.docker.com/r/blacklabelops/jira/
 
* https://hub.docker.com/r/blacklabelops/jira/
 
* [[Pre-upgrade planning tool]]
 
* [[Pre-upgrade planning tool]]
 +
* [[Jira, restore password]]
 +
* [[Jira Core]]
 +
* [[Jira Software]]
 +
* [[Install Jira Data Center]]
 +
* [[Install Confluence]]
 +
* <code>[[/opt/atlassian/confluence/bin/start-jira.sh]]</code>
  
 
== See also ==
 
== See also ==
 
* {{Jira}}
 
* {{Jira}}
 +
* {{Confluence}}
 
* {{Atlassian}}
 
* {{Atlassian}}
  
 
[[Category:Jira]]
 
[[Category:Jira]]

Latest revision as of 07:48, 4 March 2021


Docker installation[edit]

  • docker volume create --name jiraVolume
  • docker run -v jiraVolume:/var/atlassian/application-data/jira --name="jira" -d -p 8080:8080 atlassian/jira-software
http://10.10.XX.XX:8080/


Aditional configurations:

  • Password policy: Disabled|Basic|Secure|Custom


Related terms[edit]

See also[edit]

Advertising: