Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
1894f188
Commit
1894f188
authored
9 years ago
by
Stanley Cheung
Browse files
Options
Downloads
Patches
Plain Diff
update installation instructions, review feedback
parent
5329e4bd
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
src/node/README.md
+7
-1
7 additions, 1 deletion
src/node/README.md
src/php/README.md
+1
-1
1 addition, 1 deletion
src/php/README.md
src/python/README.md
+2
-1
2 additions, 1 deletion
src/python/README.md
src/ruby/README.md
+7
-1
7 additions, 1 deletion
src/ruby/README.md
with
17 additions
and
4 deletions
src/node/README.md
+
7
−
1
View file @
1894f188
...
...
@@ -18,13 +18,19 @@ echo "deb http://ftp.us.debian.org/debian unstable main contrib non-free" | \
sudo tee
-a
/etc/apt/sources.list
```
Install the gRPC
d
ebian package
Install the gRPC
D
ebian package
```
sh
sudo
apt-get update
sudo
apt-get
install
libgrpc-dev
```
Install the gRPC NPM package
```
sh
npm
install
grpc
```
**Mac OS X**
Install
[
homebrew
][]
. Run the following command to install gRPC Node.js.
...
...
This diff is collapsed.
Click to expand it.
src/php/README.md
+
1
−
1
View file @
1894f188
...
...
@@ -39,7 +39,7 @@ echo "deb http://ftp.us.debian.org/debian unstable main contrib non-free" | \
sudo tee
-a
/etc/apt/sources.list
```
Install the gRPC
d
ebian package
Install the gRPC
D
ebian package
```
sh
sudo
apt-get update
...
...
This diff is collapsed.
Click to expand it.
src/python/README.md
+
2
−
1
View file @
1894f188
...
...
@@ -23,7 +23,7 @@ echo "deb http://ftp.us.debian.org/debian unstable main contrib non-free" | \
sudo tee
-a
/etc/apt/sources.list
```
Install the gRPC
d
ebian package
Install the gRPC
D
ebian package
```
sh
sudo
apt-get update
...
...
@@ -31,6 +31,7 @@ sudo apt-get install libgrpc-dev
```
Install the gRPC Python module
```
sh
sudo
pip
install
grpcio
```
...
...
This diff is collapsed.
Click to expand it.
src/ruby/README.md
+
7
−
1
View file @
1894f188
...
...
@@ -26,13 +26,19 @@ echo "deb http://ftp.us.debian.org/debian unstable main contrib non-free" | \
sudo tee
-a
/etc/apt/sources.list
```
Install the gRPC
d
ebian package
Install the gRPC
D
ebian package
```
sh
sudo
apt-get update
sudo
apt-get
install
libgrpc-dev
```
Install the gRPC Ruby package
```
sh
gem
install
grpc
```
**Mac OS X**
Install
[
homebrew
][]
. Run the following command to install gRPC Ruby.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment