Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit daa33fc

Browse files
committed
Removes included proto files
Protos are removed from the project README is updated to link to protos Change-Id: I069cdb8374b02d94753431db96bb1336252b6aa7
1 parent 2536ae5 commit daa33fc

File tree

9 files changed

+10
-1535
lines changed

9 files changed

+10
-1535
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Make sure to follow [this guide](https://developers.google.com/actions/smarthome
99

1010
You can add a Giphy [API key](https://developers.giphy.com/docs/) to `giphy.service.ts` to get animated images for each device type
1111

12+
## Setup
13+
1214
### Build client
1315

1416
First you need to build the web frontend that you will interact with:
@@ -20,9 +22,9 @@ npm run build
2022
# Built files will be added in src/main/webapp
2123
```
2224

23-
## Build server
25+
### Build server
2426

25-
### Using Google App Engine
27+
#### Using Google App Engine
2628
To set up your instance:
2729

2830
1. Use the Google Cloud Console to create a [new App Engine application](https://console.cloud.google.com/projectselector/appengine/create?lang=java&st=true&_ga=2.118087439.-783977692.1527806171)
@@ -56,7 +58,7 @@ gcloud components update
5658

5759
Read the documentation on [App Engine](https://cloud.google.com/appengine/docs/standard/java/quickstart) to learn more.
5860

59-
### Other Java Web Servers
61+
#### Other Java Web Servers
6062
To install on any other Java Web Server:
6163

6264
`mvn clean package`
@@ -69,6 +71,11 @@ To run with embedded tomcat:
6971

7072
Then run `java -jar [artifact_name].jar` from `target/`
7173

74+
## Build from source
75+
To build from the source files:
76+
1. Download the [home graph protos](https://github.com/googleapis/googleapis/tree/master/google/home/graph/v1) to `src/main/proto`
77+
1. Download [annotations.proto and http.proto](https://github.com/googleapis/googleapis/tree/master/google/api). Put these files in `src/main/proto/google/api`.
78+
7279
# How to make contributions?
7380
Please read and follow the steps in the CONTRIBUTING.md.
7481

proto/device.proto

Lines changed: 0 additions & 74 deletions
This file was deleted.

proto/google/api/annotations.proto

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)