Change to brewkit
This commit is contained in:
@@ -10,14 +10,11 @@ Prerequisites:
|
|||||||
|
|
||||||
1. Git
|
1. Git
|
||||||
2. Docker
|
2. Docker
|
||||||
3. [bkit](https://github.com/nightnoryu/bkit)
|
3. [brewkit](https://github.com/ispringtech/brewkit)
|
||||||
|
|
||||||
Firstly, clone the repository into your `$GOPATH`:
|
Clone the repository:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
mkdir -p $GOPATH/src/github.com/nightnoryu
|
|
||||||
cd $GOPATH/src/github.com/nightnoryu
|
|
||||||
|
|
||||||
git clone git@github.com:nightnoryu/anon3anon.git
|
git clone git@github.com:nightnoryu/anon3anon.git
|
||||||
cd anon3anon
|
cd anon3anon
|
||||||
```
|
```
|
||||||
@@ -25,7 +22,7 @@ cd anon3anon
|
|||||||
Then build the project:
|
Then build the project:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
bkit build
|
brewkit build
|
||||||
```
|
```
|
||||||
|
|
||||||
After that, copy the `docker-compose.override.example.yml` to `docker-compose.override.yml` and set the environment variables:
|
After that, copy the `docker-compose.override.example.yml` to `docker-compose.override.yml` and set the environment variables:
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
local project = import 'bkit/project.libsonnet';
|
local project = import 'brewkit/project.libsonnet';
|
||||||
|
|
||||||
local appIDs = [
|
local appIDs = [
|
||||||
"anon3anon",
|
"anon3anon",
|
||||||
@@ -18,7 +18,7 @@ local gocache = [
|
|||||||
|
|
||||||
{
|
{
|
||||||
project(appIDs):: {
|
project(appIDs):: {
|
||||||
apiVersion: "bkit/v1",
|
apiVersion: "brewkit/v1",
|
||||||
|
|
||||||
targets: {
|
targets: {
|
||||||
all: ["modules", "build", "check"],
|
all: ["modules", "build", "check"],
|
||||||
Reference in New Issue
Block a user