Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dex
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
dex
Commits
a886eef2
Commit
a886eef2
authored
May 18, 2016
by
Pavel Strashkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documentation: use "cp" instead of "mv" to keep git state untouched
parent
e640be85
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
dev-guide.md
Documentation/dev-guide.md
+3
-3
No files found.
Documentation/dev-guide.md
View file @
a886eef2
...
...
@@ -9,9 +9,9 @@ In this mode you provide the binary with paths to files for connectors, users, a
You can rename these to the equivalent without the
*".sample"*
suffix since the defaults point to those locations:
```
console
mv
static/fixtures/connectors.json.sample static/fixtures/connectors.json
mv
static/fixtures/users.json.sample static/fixtures/users.json
mv
static/fixtures/emailer.json.sample static/fixtures/emailer.json
cp
static/fixtures/connectors.json.sample static/fixtures/connectors.json
cp
static/fixtures/users.json.sample static/fixtures/users.json
cp
static/fixtures/emailer.json.sample static/fixtures/emailer.json
```
Starting dex is then as simple as:
...
...
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