Jira Installation on Windows | Guide to Install Jira Application


Installation of Jira Application:

1. Download the Jira zip file to your OS:

  • Refer to https://www.atlassian.com/software/jira/core/download for Jira Core.
  • Refer to https://www.atlassian.com/software/jira/download for Jira Software.
  • Refer to https://www.atlassian.com/software/jira/download for Jira Service Management. 

Become a master of Jira by going through this HKR Jira Training!

2. Create a folder named installation directory. This is the place where the Installation of Jira will be done. Do not use spaces or special characters in the path. Extract the Jira Zip file in your installation directory.

3. Create a folder named the home directory. This is the place where Jira data such as search indexes, logs, and files are stored. You should create this folder separately from your installation directory.

Let Jira know where to find the home directory when it starts. There are two ways to do it. 

  • Setting up an environment variable (generally Preferred)
  • Edit the jira-application.properties file

Setting up an environment variable:

  • You need to set an environment variable called “Jira_Home” in the OS with an exact path to the home directory.   
  • set JIRA_HOME=A:\path\to\jira-home
  • where A is the drive on which you have created the home directory.
  • You may later specify the above command in a script that is used to start Jira.

Edit the jira-application.properties file:

  • In any text editor, edit the file installation_directory\atlassian-jira\WEB-INF\classes\jira_application.properties. 
  • Next, add jira.home exact path to your home directory. You should avoid backlashes.
  • If you set a UNC path, you will have to double escape the primary backslash.

If you want to Explore more about Jira? then read our updated article – Jira Tutorial

Jira Administration Training

  • Master Your Craft
  • Lifetime LMS & Faculty Access
  • 24/7 online expert support
  • Real-world & Project Based Learning

4. By default, Jira checks port 8080.  If another application uses the same ports, you must tell Jira to use another port.

5. Then you can start Jira.  

  • Start the installation process by running installation_directory/bin/start-jira.bat. A command prompt opens. Closing it will stop Jira.
  • To run Jira in your browser, go to http://localhost:8080/.
  • If the command prompt window immediately closes, then your Java_home variable may be incorrectly set.

[ Related Article : jira training ]

Setting up Jira Application:

1. Select the setup method. Select ‘I will set it up myself’.

2. Connect with your database: 

  • If you haven’t done that yet, now is the time for you to set up a database.
  • Select My own database.
  • Select your database type and enter your database details.

3. Define Application properties:

  • Enter the name of your Jira site
  • Choose if your website needs to be private or everyone can register. You’ll be able to change that later.
  • Enter your basic URL through which people will be able to access your Jira website.

JIRA will connect to your database by means of a standard connection to the JDBC database. Connection sharing is managed in JIRA and can be modified later using the JIRA configuration tool.

When using Oracle or MySQL, there is an additional step:

  • Download and extract suitable database JDBC drivers.
  • Put the JAR file in your jira_installation/lib folder before proceeding with the setup wizard.

4. Enter the License:

  • Follow the instructions to sign in to my.atlassian.com to recover your license or enter the license key.

5. Sign up for your admin account:

  • Enter your administrator account details. Additional administrators can be added at the end of the setup.

6. Configure email notifications:

  • Enter the email server details. It enables Jira to send notifications when problems change.

7. Get started with Jira: 

That’s all! Your Jira website can be accessed from your basic URL or a URL such as http://computer_name(or)IP_address:port

Now, let us go through some of the prerequisites before we install Jira.

frequently asked Jira Interview Questions and Answers !!

HKR Trainings Logo

Subscribe to our YouTube channel to get new updates..!

Jira installation Prerequisites:

1. See the Supported Platforms page to learn which version of Jira you are installing. It will provide you information about the supported operating systems, browsers and databases. 

Note: 

  • The installation of Jira on OSX is not supported.
  • We can use JDK (Java Development Kit) or JRE (Java Runtime Environment).
  • Only the version of Apache Tomcat provided with Jira is supported.

2. If you install Jira on a 32-bit system, you must reduce the maximum amount of heap available for Jira. 2GB is the default size 64bit system which is very high for a system with 32 bit and may be unsuitable for available memory.

Follow these steps once you have extracted files from the archive, but even before you start Jira.

  • The Default setenv file must be renamed. 

Go to the Jira-install-directory/bin directory and remove the setenv.bat/.sh file (edit its name). 

Label setenv32.bat/. sh as setenv.bat/.sh. Jira will use that file during startup.

  • You need to add properties for the jira-config.properties file.

Go to the home directory of Jira, and change the jira-config.properties file. In case there is no file, you may create it.

Add the properties below:

jira.index.batch.maxrambuffermb=256

jira.index.interactive.maxrambuffermb=256

3. Executing Jira as a service on Windows indicates that your Jira application will start automatically once Windows is started. You need to use the Windows installer if you wish to execute Jira as a Service.
In the event that you decide not to use Jira as a service: You need to start and stop Jira by executing the file start-jira.bat in your Jira installation folder. 

Jira will be executed as the Windows user account which is used to install Jira, or you may choose to operate it as a dedicated user. (This user requires complete read and write access for the installation folder and the base folder). Jira requires a manual restart when your server is restarted.

4. In order to start Jira in production, you must have an external database. Refer to the Supported Platforms page for the version you are installing for a list of currently supported databases. If you do not have a database, then PostgreSQL is the best choice. It is free, easy to configure, and has gone through many tests with Jira.

  • Configure your database before you start. Stepwise guidance for all supported databases can be found in Connecting Jira Apps to a Database.
  • UTF-8 character encoding can be used.
  • If you use either Oracle or MySQL, you will be required to download your database driver.
  • The integrated H2 database can be used to evaluate Jira, but you need to migrate to a different database before executing it in production. An external database can be easier to use right from the beginning.

5. You require a valid Jira software server, Jira service desk server or Jira Core server license to operate JIRA.

  • If you have not purchased a Jira Application License, then you can create an evaluation License during configuration.
  • If you are having a license key, you will be asked to log into my.atlassian.com to get it back, or you may manually enter the key while configuring.
  • If you are moving from Jira Cloud, then you will require a new Jira license.

6. Before installing Jira, make sure that you are using a supported Java version and that the JAVA_HOME environment variable is set properly.

Jira applications will work with Oracle JDK, OpenJDK, or JRE. To verify the JAVA_HOME variable:

  • Open the command prompt and enter “echo %JAVA_HOME%” and press Enter. 
  • If you are able to see the path to your Java install directory, then the JAVA_Home environment variable has been properly set. 
  • If nothing is shown, or  %JAVA_HOME% is shown, you need to manually define the JAVA_HOME environment variable.

Become a master of Windows Networking by going through this HKR Windows Networking Training !

Jira Administration Training

Weekday / Weekend Batches

Conclusion:

In this post, we have gone through the installation of the Jira application on windows, Setting up the Jira application and the prerequisites before installing Jira. I hope this post was helpful!

Other Article:

Bitbucket Training

Jira Sample Resumes



Source link

Leave a Reply

Subscribe to Our Newsletter

Get our latest articles delivered straight to your inbox. No spam, we promise.

Recent Reviews


What is Salesforce?

Salesforce is a customer relationship management platform helping the organizations to build efficient client and customer relationships leading to organizational growth and development. It is a single platform that helps in uniting all the teams together in a single platform. All the members or employees of different groups will work on the same tool with limited access based on their roles and operations to be performed.

Salesforce includes different tools and frameworks that help in attaining the organizational objectives efficiently. Salesforce is an integrated CRM that can be accessed anywhere without any limitations. It allows users and customer management with proactive service and customer information tracking. It offers different services to the customers; clients help in handling various operations on a real-time basis. Salesforce is developed with a high degree of adaptability and flexibility. 

All the individuals working in IT Technology are looking for learning and upgrading themselves with the latest technologies. Skills and knowledge on the technology are keenly essential these days as the recruitment and job opportunities are available based on them. Salesforce is designed and developed, allowing users with easy implementation.

Interested in learning Salesforce? Enrol in our Salesforce Training program now!

Designations in Salesforce:

The organizations are making use of the eminent and efficient platforms, and Salesforce is one of them, which is evident and proving its way more than expected. Knowledge of tools and frameworks is vital to the different tools in Salesforce. Almost 60% of the organizations are now using Salesforce as a customer relationship management platform. There is an increased demand for individuals who have the skills and knowledge in Salesforce and its applications.  

Salesforce is providing different job opportunities and is becoming the best career option for individuals who aspire to build a booming and demanding career. Salesforce offers many designations allowing the individuals. Let us have a quick review of the designations provided by Salesforce.

  • Salesforce Administrators
  • Salesforce Developers
  • Salesforce Architects
  • Salesforce App Builders
  • Salesforce Business Analyst
  • Salesforce Sales Cloud Consultant
  • Salesforce Marketing Cloud Consultant
  • Salesforce Sales Manager

Every designation has its demand based on the skills and knowledge. There are many opportunities available for the Salesforce job aspirants to get into the best career. Many organizations are providing different opportunities to individuals in Salesforce. They are offering the best salary, better job opportunities, in Multinational companies with a better career. However, better opportunities are provided to the candidates who are well trained, talented, and certified in Salesforce. Experience in salesforce would be an add-on allowing more opportunities and salary hikes.

Salesforce Training

  • Master Your Craft
  • Lifetime LMS & Faculty Access
  • 24/7 online expert support
  • Real-world & Project Based Learning

Let me also give you an idea of the roles and responsibilities of the different designations. This will help you make the right decision on which role and designation to be chosen.

Salesforce Administrators: The Salesforce Administrator role is one of the most demanding jobs in the current times. The Administrator works on the management of security access, standard and custom objects, sales cloud, service cloud applications. He is involved in managing the email templates, salesforce content, folder management, manipulate changes, and edits of the system. They are engaged in improving engagement with customers, clients, business partners, etc. 

Salesforce Developers: The salesforce developers are involving in developing the code for the systems to work. The salesforce developer should have coding skills. He should also know salesforce administration. He should be proficient in multiple programming languages, possess the ability to design the data models, the user interface as per business requirements. He should have the ability to develop customized CRM applications. He should enough skills to work with the integration of salesforce with different tools.
Salesforce Technical Architect: The primary responsibility of a Salesforce Technical Architect is to provide the efficient working of the Salesforce ecosystem. He should have the capability to deal with object modeling and SSO technologies. He should possess knowledge of salesforce CRM and development. He should have the ability to understand client specifications and business requirements. He should be an expert who has expertise in working with salesforce.com. He should be capable of dealing with the API’s, license models, security, and integration patterns. If you have broad thinking with problem-solving skills, then you will the right fit for this role.

Salesforce App builder: The salesforce app builder is the role specifically for indulging innovation and development of the applications. This is done using the lightning techniques. As everything turns to be running on mobile unlike the traditional times, there is a high demand for mobile applications. This is, in turn leading to improvement in the opportunities in mobile app development. One should have the creativity and vision to build up a career as a Salesforce app builder.

Salesforce Business Analyst: A Salesforce business analyst is responsible for performing analysis and provide the key business insights. The analysis will help the organizational teams to ensure that the objectives are met at the right time. They are also responsible to help with the recommendations or actions, suggestions that help for organizational growth. 

Salesforce Service Cloud Consultant: Senior Business Analysts are mostly preferred for this position. The Salesforce service cloud consultant is responsible for designing the solutions for the service cloud functions of Salesforce. One who is selected for this role should be capable enough to solve complex business issues.

Salesforce Marketing Consultant: The individual who is capable of improving and managing marketing strategies is the best fit for this role. The Salesforce Marketing Consultant is responsible for engaging between the client and market information through the salesforce market cloud service. This role is also given to the experts who can improve the business processes, develop the business strategies, provide the best business solutions, manage customized marketing strategy, etc.

Salesforce Sales Manager: The one who is having the capability to bring up customer success is the best fit for this role. A salesforce Sales Manager is responsible for managing, maintaining the deals, enhance the processes, progress the sales, and help to overcome the obstacles by providing the required solutions. The Salesforce Sales Manager should possess excellent communication skills, selling skills to improve sales, etc.

, Cloud Technologies, salesforce-career-path-description-0, , Cloud Technologies, salesforce-career-path-description-1

Subscribe to our YouTube channel to get new updates..!

Salesforce career and significance of certification:

With increased demand, Salesforce is now considered as the best career option as every organization is around Salesforce. I would say it is worthwhile if you opt for Salesforce as your career option. Are you looking to grab the salesforce opportunities, jobs? Yes, then you are the right place that helps you understand how to gain such skills. Organizations would look for candidates who are trained and certified on the technology as they will be the right choice to handle the tasks and operations efficiently. With the training and certifications, the individuals will be exposed to the different concepts available in salesforce, practical sessions which will help in gaining the practical knowledge. They are also allowed to work on projects on a real-time basis, which will help them in understanding and implementing the concepts in a better way.

Don’t you think you need to know the different certifications available or offered by Salesforce? The training and certification process is well planned and developed based on the requirements. Salesforce offers the certifications based on the abilities and skills an individual would possess to operate and work on the Salesforce platform. Let us have a quick review of the Salesforce certifications offered by Salesforce:

  • Certified Salesforce Administrator
  • Certified Salesforce Developer
  • Certified Salesforce Advanced Administrator
  • Certified Technical Architect
  • Certified Salesforce Service Consultant
  • Certified Salesforce Cloud Consultant

The certification part is very valued by the organizations. An individual with certification is given higher preference as he/ she is certified as per the role, which clearly states they know Salesforce. Companies or organizations would look for faster deployments, and they have come up to a conclusion that more rapid deployments would happen with the help of certified specialists. Some of the companies would look in for IT experience with Salesforce certification as well. This helps us draw an idea of how significant the Salesforce training and certification are. 

The roles and responsibilities for every position differ based on the complexity and hierarchy. Every role is involved with different work operations, and it has pertained to various positions. All of us should ensure that the learning process is efficient, which will allow you to sustain and grow your career.


What to choose in Salesforce?

All of us will have their skills and capabilities within themselves. What to choose? The answer lies within you. As you will be aware of the skills and capabilities, you will have an idea of which role to select. The analysis lies within you. Sometimes, this decision could be difficult to analyze. However, the decision should be taken appropriately, keeping all the different aspects in mind.

I have given you an idea of the roles and responsibilities of different profiles or roles above. This could have given a clear understanding of which profile would better suit you at the moment. Some of them would already have hands-on experience in coding or development. They will opt for a Salesforce developer. In the same way, based on the background you are from, Salesforce has provided different job roles providing opportunities to the different individuals based on their expertise.

Curious about mastering Apttus? Join our Apttus Training program today! 

Salesforce Training

Weekday / Weekend Batches

Conclusion:

In the different industries, especially, the IT industry is utilizing Salesforce Technology, driving customer satisfaction to the customers, clients, etc. The organizations are providing positive feedback as their business deliverables are at a definite higher extent than expected. I think you are one of the individuals looking for grabbing salesforce opportunities. I have given you an idea of how the Salesforce career would impact and bring a change in your life and career. This is the right time for you to start working on it. In the next decade, the demand for salesforce will go even higher. I would recommend getting into the training sessions, get certified, and grab the opportunities within your way.

Other related articles:



Source link