Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
88d1f0ad
Unverified
Commit
88d1f0ad
authored
Nov 26, 2018
by
yann300
Committed by
GitHub
Nov 26, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1079 from ethereum/LianaHus-lower-case
changed RemixD's to `remixd`
parents
ca8e4f16
2e52a88f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
tutorial_remixd_filesystem.md
docs/tutorial_remixd_filesystem.md
+8
-8
No files found.
docs/tutorial_remixd_filesystem.md
View file @
88d1f0ad
Access your local filesystem by using
RemixD
Access your local filesystem by using
remixd
===================================================
RemixD
is an npm module. Its purpose is to give the remix web
`remixd`
is an npm module. Its purpose is to give the remix web
application access to a folder from your local computer.
The code of
RemixD
can be checked out
The code of
`remixd`
can be checked out
[
here
](
https://github.com/ethereum/remixd
)
.
Remixd
can be globally installed using the following command:
`remixd`
can be globally installed using the following command:
`npm install -g remixd`
.
Then
`remixd -s <absolute-path-to-the-shared-folder> --remix-ide <your-remix-ide-URL-instance>`
will start
Remixd
Then
`remixd -s <absolute-path-to-the-shared-folder> --remix-ide <your-remix-ide-URL-instance>`
will start
`remixd`
and share the given folder.
For example, to sync your local folder to the official Remix IDE,
`remixd -s <absolute-path-to-the-shared-folder> --remix-ide https://remix.ethereum.org`
The folder is shared using a websocket connection between
`Remix IDE`
and
`
R
emixd`
.
and
`
r
emixd`
.
Be sure the user executing
Remixd
has read/write permission on the
Be sure the user executing
`remixd`
has read/write permission on the
folder.
There is an option to run remixd in read-only mode, use
`--read-only`
flag.
**Warning!**
RemixD
provides
`full read and write access`
to the given folder for
`any
`remixd`
provides
`full read and write access`
to the given folder for
`any
application`
that can access the
`TCP port 65520`
on your local host.
From
`Remix IDE`
, you will need to activate the connection.
...
...
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