Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
les
gancio
Commits
4add73a5
Commit
4add73a5
authored
Aug 05, 2019
by
les
Browse files
minor
parent
2bb67ca5
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/cli.js
View file @
4add73a5
...
...
@@ -209,8 +209,13 @@ async function setup (options) {
consola
.
info
(
`You're going to setup gancio on this machine.`
)
const
config
=
await
setupQuestionnaire
(
options
.
docker
)
await
firstrun
.
setup
(
config
,
options
.
config
)
consola
.
info
(
`You can edit '
${
options
.
config
}
' to modify your configuration. `
)
consola
.
info
(
`Start the server with "gancio --config
${
options
.
config
}
"`
)
if
(
options
.
docker
)
{
consola
.
info
(
`You can edit ./config.json to modify your configuration.`
)
consola
.
info
(
`Start the server with "docker-compose up"`
)
}
else
{
consola
.
info
(
`You can edit '
${
options
.
config
}
' to modify your configuration. `
)
consola
.
info
(
`Start the server with "gancio --config
${
options
.
config
}
"`
)
}
process
.
exit
(
0
)
}
...
...
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