mirror of
https://github.com/fluencelabs/gitbook-docs
synced 2025-06-14 23:41:32 +00:00
GitBook: [2.0.0] 13 pages and 24 assets modified
This commit is contained in:
committed by
gitbook-bot
parent
0e26530f45
commit
b227e1059b
@ -1,6 +1,10 @@
|
||||
# Setting Up Your Environment
|
||||
|
||||
In order to develop within the Fluence solution, [Rust](https://www.rust-lang.org/tools/install) and small number of tools are required.
|
||||
In order to develop within the Fluence solution, [Node](https://nodejs.org/en/), [Rust](https://www.rust-lang.org/tools/install) and small number of tools are required.
|
||||
|
||||
### NodeJs
|
||||
|
||||
Download the \[installer\]\([https://nodejs.org/en/download/](https://nodejs.org/en/download/)\) for your platform and follow the instructions.
|
||||
|
||||
### Rust
|
||||
|
||||
@ -31,7 +35,7 @@ There are a number of good Rust installation and IDE integration tutorials avail
|
||||
The Aqua compiler and standard library and be installed via npm:
|
||||
|
||||
```text
|
||||
npm -g install @fluencelabs/aqua-cli
|
||||
npm -g install @fluencelabs/aqua
|
||||
npm -g install @fluencelabs/aqua-lib
|
||||
```
|
||||
|
||||
@ -61,7 +65,7 @@ cargo +nightly install mrepl
|
||||
In addition, Fluence provides the `fldist` tool for the lifecycle management of services. From deploying services to the network to executing compiled Aqua scripts from the command line , `fldist` does it:
|
||||
|
||||
```bash
|
||||
npm install -g @fluencelabs/fldist
|
||||
npm -g install @fluencelabs/fldist
|
||||
```
|
||||
|
||||
### Fluence SDK
|
||||
|
Reference in New Issue
Block a user