Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
duniter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
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
nodes
typescript
duniter
Commits
4ae26468
Commit
4ae26468
authored
5 years ago
by
tykayn
Committed by
Éloïs
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[feat]
doc to setup rust cargo, and rearrange yarn install
parent
1e69d267
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
doc/quick-start.md
+14
-1
14 additions, 1 deletion
doc/quick-start.md
with
14 additions
and
1 deletion
doc/quick-start.md
+
14
−
1
View file @
4ae26468
...
...
@@ -7,7 +7,19 @@
-
[
yarn
](
https://classic.yarnpkg.com/en/docs/install/
)
-
[
python 2.7
](
https://www.python.org/downloads/
)
(
Linux?
-> you allready have it)
-
[
gcc
](
https://github.com/nodejs/node-gyp#installation
)
```
bash
# install node gyp fo compile C/C++ dependencies (sqlite and leveldb)
npm i
-g
node-gyp
```
-
[
rust
](
https://www.rust-lang.org/learn/get-started
)
```
bash
# install cargo for rust
curl
--proto
'=https'
--tlsv1
.2
-sSf
https://sh.rustup.rs | sh
```
-
[
Gitlab
](
https://git.duniter.org/
)
account (optional, needed to contribute)
## Install
...
...
@@ -15,8 +27,9 @@
```
bash
git clone https://git.duniter.org/nodes/typescript/duniter.git
cd
duniter
yarn
rustup update
yarn add duniter-ui
yarn
bin/duniter webstart
```
...
...
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