| Shawn O. Pearce | e31d02c | 2009-12-08 12:21:37 -0800 | [diff] [blame^] | 1 | Gerrit Code Review - Server Programs |
| 2 | ==================================== |
| Brad Larson | aeb6918 | 2009-09-04 23:12:15 -0500 | [diff] [blame] | 3 | |
| 4 | Server side programs can be started by executing the WAR file |
| 5 | through the Java command line. For example: |
| 6 | |
| 7 | $ java -jar gerrit.war program [options] |
| 8 | |
| 9 | [[programs]]Programs |
| 10 | -------------------- |
| 11 | |
| Shawn O. Pearce | 2fe738b | 2009-11-17 14:52:07 -0800 | [diff] [blame] | 12 | link:pgm-init.html[init]:: |
| 13 | Initialize a new Gerrit server installation |
| Brad Larson | aeb6918 | 2009-09-04 23:12:15 -0500 | [diff] [blame] | 14 | |
| 15 | link:pgm-daemon.html[daemon]:: |
| Shawn O. Pearce | fa2486a | 2009-11-11 14:51:30 -0800 | [diff] [blame] | 16 | Gerrit HTTP, SSH network server. |
| Brad Larson | aeb6918 | 2009-09-04 23:12:15 -0500 | [diff] [blame] | 17 | |
| Shawn O. Pearce | 7c5941b | 2009-11-17 20:47:04 -0800 | [diff] [blame] | 18 | link:pgm-gsql.html[gsql]:: |
| 19 | Administrative interface to idle database. |
| 20 | |
| Brad Larson | aeb6918 | 2009-09-04 23:12:15 -0500 | [diff] [blame] | 21 | version:: |
| 22 | Display the release version of Gerrit Code Review. |
| 23 | |
| Shawn O. Pearce | 2fe738b | 2009-11-17 14:52:07 -0800 | [diff] [blame] | 24 | CreateSchema:: |
| 25 | Initialize a new database schema. |
| 26 | |
| Brad Larson | aeb6918 | 2009-09-04 23:12:15 -0500 | [diff] [blame] | 27 | GERRIT |
| 28 | ------ |
| 29 | Part of link:index.html[Gerrit Code Review] |