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
095af673
Commit
095af673
authored
10 years ago
by
Tim Emiola
Browse files
Options
Downloads
Patches
Plain Diff
Revert "Update installation instructions to mention debian binary install"
This reverts commit
db9eb05e
.
parent
1e098126
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/ruby/README.md
+13
-11
13 additions, 11 deletions
src/ruby/README.md
with
13 additions
and
11 deletions
src/ruby/README.md
+
13
−
11
View file @
095af673
...
@@ -11,19 +11,16 @@ Alpha : Ready for early adopters
...
@@ -11,19 +11,16 @@ Alpha : Ready for early adopters
INSTALLATION PREREQUISITES
INSTALLATION PREREQUISITES
--------------------------
--------------------------
This requires Ruby 2.
x
, as the RPC API surface uses keyword args.
This requires Ruby 2.
1
, as the RPC API surface uses keyword args.
QUICK - INSTALL
QUICK - INSTALL
---------------
---------------
On debian linux systems, install from our released deb package.
-
Clone this repository.
Otherwise, install from source, as described below.
-
Follow the instructions in
[
INSTALL
](
../../INSTALL
)
to install the gRPC C core.
-
If you don't have Ruby 2.1 installed, switch to the more detailed instructions below
$ wget https://github.com/grpc/grpc/releases/download/release-0_6_0/libgrpc_0.6.0_amd64.deb
-
Use bundler to install
$ wget https://github.com/grpc/grpc/releases/download/release-0_6_0/libgrpc-dev_0.6.0_amd64.deb
$ sudo dpkg -i libgrpc_0.6.0_amd64.deb libgrpc-dev_0.6.0_amd64.deb
```
sh
```
sh
$
# from this directory
$
# from this directory
$
gem
install
bundler
&&
bundle
install
$
gem
install
bundler
&&
bundle
install
...
@@ -32,9 +29,14 @@ $ gem install bundler && bundle install
...
@@ -32,9 +29,14 @@ $ gem install bundler && bundle install
Installing from source
Installing from source
----------------------
----------------------
-
Clone this repository
-
Build the gRPC C core
-
Follow the instructions in
[
INSTALL
](
../../INSTALL
)
to install the gRPC C core.
E.g, from the root of the gRPC
[
git repo
](
https://github.com/google/grpc
)
-
Install Ruby 2.x. Consider doing this with
[
RVM
](
http://rvm.io
)
, it's a nice way of controlling
```
sh
$
cd
../..
$
make
&&
sudo
make
install
```
-
Install Ruby 2.1. Consider doing this with
[
RVM
](
http://rvm.io
)
, it's a nice way of controlling
the exact ruby version that's used.
the exact ruby version that's used.
```
sh
```
sh
$
command
curl
-sSL
https://rvm.io/mpapis.asc | gpg
--import
-
$
command
curl
-sSL
https://rvm.io/mpapis.asc | gpg
--import
-
...
...
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