I am installing Bamboo,but it can not work,I installed it according to the documentation.
https://confluence.atlassian.com/bamboo/installing-bamboo-on-windows-289276813.html
Is there any other steps to do except the installing guide?
1. Check supported platforms
OS:windows 10 x64
2. Check your version of Java
C:\Program Files\Bamboo\bin>java -version java version "1.8.0_74" Java(TM) SE Runtime Environment (build 1.8.0_74-b02) Java HotSpot(TM) 64-Bit Server VM (build 25.74-b02, mixed mode)
3. Check that Windows can find Java
C:\ProgramData\Oracle\Java\javapath
4. Check permissions
windows admin
5. Download Bamboo
no error
6. Start Bamboo!
C:\Program Files\Bamboo\bin>start-bamboo.bat /fg Bamboo Server Edition Version : 5.10.2 If you encounter issues starting or stopping Bamboo Server, please see the Troubleshooting guide at https://confluence.atlassian.com/display/BAMBOO/Installing+Bamboo+on+Windows The JRE_HOME environment variable is not defined correctly This environment variable is needed to run this program C:\Program Files\Bamboo\bin>
Finally,access http://localhost:8085/
it can not open the page.
I use Nignx only, not use Tomcat.
This is slightly confused. Nginx is a web server. Tomcat is an application server that runs applications like bamboo. They can both be used to expose web pages, but they do different things. You can't run Bamboo inside Nginx for example, because it's not an application server.
But, that does not matter much at this point. The error message is clear - it needs a JRE_HOME set correctly to point at a java installation.
Could you try, on the command line:
set JRE_HOME=C:\root-of-a-java-installation
start-bamboo.bat /fg
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.