Changes between Version 11 and Version 12 of Builder
- Timestamp:
- 03/17/10 13:05:42 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Builder
v11 v12 43 43 Then initialise the client by creating a new directory, and running: 44 44 {{{ 45 ./client init username password darcs.haskell.org45 builder-client init username password darcs.haskell.org 46 46 }}} 47 47 in it, where `username` and `password` are your username and password. This will create various files and subdirectories that the client will use. Then put a copy of http://darcs.haskell.org/ghcBuilder/cert/root.pem in `certs/` so that the client can verify that it is connecting to the right server. … … 49 49 You can now run the client with: 50 50 {{{ 51 ./client51 builder-client 52 52 }}} 53 53 or 54 54 {{{ 55 ./client -v55 builder-client -v 56 56 }}} 57 57 We recommend running in screen for now, as the client doesn't daemonise itself yet. The client will connect to the server, and the server will tell the client how and when to do builds. The client therefore needs to be left running unless you want to stop builds from happening.
