Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to run Gerrit on Windows with basic setup [closed]

Tags:

windows

gerrit

I was trying to Google for answer and figure it out myself for few hours already but no success. My idea is something like Gerrit's Quick get started guide which unfortunately does not work under Windows. I need it only for evaluation purposes, so H2 DB and other things like not working email, ... are not a problem.

like image 655
Roman Avatar asked May 02 '13 22:05

Roman


1 Answers

Download gerrit

java -jar gerrit-full-2.5.2.war init

Follow the guide.

For testing purposes use development_become_any_account under authentication method.

then you will end up with a running server

like image 91
Rasmus Østergaard Kjær Voss Avatar answered Oct 10 '22 20:10

Rasmus Østergaard Kjær Voss