Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
Key_Value_Store
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ajinkya Atul
Key_Value_Store
Commits
a3f1b7fd
Commit
a3f1b7fd
authored
Oct 28, 2021
by
ajinkyatanksale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changes in README file
parent
0834a3d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
20 deletions
+27
-20
README.md
README.md
+27
-1
readme.txt
readme.txt
+0
-19
No files found.
README.md
View file @
a3f1b7fd
# Key_Value_Store
# Team Information:
**Arnav Mishra : 213059002**
**Ajinkya Tanksale : 213050034**
**Vedant Singh : 213050038**
# Steps to build and run the server and client
1.
Put the folder in grpc/examples/cpp
2.
cd KeyValueStore
3.
mkdir -p cmake/build
4.
pushd cmake/build
5.
cmake -DCMAKE_PREFIX_PATH=$MY_INSTALL_DIR ../..
6.
make
7.
Open two terminals and write commands ./server in first and ./client in second
8.
For exiting server press (clt+c) 2 time.
readme.txt
deleted
100644 → 0
View file @
0834a3d7
Team Information:
Arnav Mishra : 213059002
Ajinkya Tanksale : 213050034
Vedant Singh : 213050038
Steps to build and run the server and client
1) Put the folder in grpc/examples/cpp
2) cd KeyValueStore
3) mkdir -p cmake/build
4) pushd cmake/build
5) cmake -DCMAKE_PREFIX_PATH=$MY_INSTALL_DIR ../..
6) make
7) Open two terminals and write commands
./server in first and ./client in second
8) For exiting server press (clt+c) 2 time.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment