update README
This commit is contained in:
parent
2f4e4aaf7c
commit
bf0e76a38e
14
README.md
14
README.md
|
@ -20,9 +20,16 @@
|
||||||
the build is from.
|
the build is from.
|
||||||
|
|
||||||
|
|
||||||
|
## Getting Started
|
||||||
|
|
||||||
|
- you'll need to create the `WORKING_DIR`
|
||||||
|
- nix-shell
|
||||||
|
- composer install
|
||||||
|
- php builder.php
|
||||||
|
|
||||||
The conspicuously missing config.php looks like:
|
The conspicuously missing config.php looks like:
|
||||||
|
|
||||||
(you'll need to create the `WORKING_DIR`)
|
|
||||||
|
|
||||||
```php
|
```php
|
||||||
<?php
|
<?php
|
||||||
|
@ -49,6 +56,8 @@ function rabbitmq_conn() {
|
||||||
return $connection;
|
return $connection;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
# Only leader machines (ie: graham's) need this:
|
||||||
function gh_client() {
|
function gh_client() {
|
||||||
$client = new \Github\Client();
|
$client = new \Github\Client();
|
||||||
$client->authenticate('githubusername',
|
$client->authenticate('githubusername',
|
||||||
|
@ -56,7 +65,6 @@ function gh_client() {
|
||||||
Github\Client::AUTH_HTTP_PASSWORD);
|
Github\Client::AUTH_HTTP_PASSWORD);
|
||||||
|
|
||||||
return $client;
|
return $client;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue