Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
celllframe-node
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Code
Merge requests
14
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
cellframe
celllframe-node
Commits
e2e3842e
Commit
e2e3842e
authored
3 years ago
by
dmitriy.gerasimov
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into 'master'
Update README.md See merge request
!233
parents
889dabd5
a8433925
No related branches found
No related tags found
1 merge request
!233
Update README.md
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+9
-3
9 additions, 3 deletions
README.md
with
9 additions
and
3 deletions
README.md
+
9
−
3
View file @
e2e3842e
...
@@ -21,7 +21,7 @@ To successfully complete of the build, you need to have the following packages t
...
@@ -21,7 +21,7 @@ To successfully complete of the build, you need to have the following packages t
Please use the command below to install dependencies listed above
Please use the command below to install dependencies listed above
```
```
sudo apt-get install build-essential cmake dpkg-dev libpython3-dev libjson-c-dev libsqlite3-dev libmemcached-dev libev-dev libmagic-dev libcurl4-gnutls-dev libldb-dev libtalloc-dev libtevent-dev traceroute
sudo apt-get install build-essential cmake dpkg-dev libpython3-dev libjson-c-dev libsqlite3-dev libmemcached-dev libev-dev libmagic-dev libcurl4-gnutls-dev libldb-dev libtalloc-dev libtevent-dev traceroute
debconf-utils pv
```
```
#### MacOS Prerequsites
#### MacOS Prerequsites
...
@@ -46,7 +46,7 @@ This command fetch sources from gitlab and build them.
...
@@ -46,7 +46,7 @@ This command fetch sources from gitlab and build them.
cd cellframe-sdk
cd cellframe-sdk
git submodule update --init
git submodule update --init
cd ../
cd ../
cd cellframe
-sdk-python
cd
python-
cellframe
git submodule update --init
git submodule update --init
cd ../
cd ../
```
```
...
@@ -132,6 +132,12 @@ Network address used for listentning. Set ```0.0.0.0``` if you want to listen al
...
@@ -132,6 +132,12 @@ Network address used for listentning. Set ```0.0.0.0``` if you want to listen al
*
Server port (optional, usually don't ask)
*
Server port (optional, usually don't ask)
Server port, 8079 by default but sometimes better to set it to
```80```
or
```443```
to masquarade service as web service.
Server port, 8079 by default but sometimes better to set it to
```80```
or
```443```
to masquarade service as web service.
*
Core-testnet: Enable network
Set
```true```
if you want to connect your node with
```Core-T testnet```
*
Core-testnet: Node type (role)
Select node type (or node role) from suggested list with short descriptions. By default suggested to select
```full```
*
Kelvin-testnet: Enable network
*
Kelvin-testnet: Enable network
Set
```true```
if you want to connect your node with
```kelvin-testnet```
Set
```true```
if you want to connect your node with
```kelvin-testnet```
...
@@ -141,7 +147,7 @@ Select node type (or node role) from suggested list with short descriptions. By
...
@@ -141,7 +147,7 @@ Select node type (or node role) from suggested list with short descriptions. By
### How to configure VPN service share
### How to configure VPN service share
#### Node base configuration
#### Node base configuration
Open
```/opt/cellframe-node/etc/cellframe-node.c
on
f```
with command
```sudo nano /opt/cellframe-node/etc/cellframe-node.c
on
f```
and find next section:
Open
```/opt/cellframe-node/etc/cellframe-node.cf
g
```
with command
```sudo nano /opt/cellframe-node/etc/cellframe-node.cf
g
```
and find next section:
```
```
# VPN stream channel processing module
# VPN stream channel processing module
...
...
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