Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't start server by 'advisor_admin server start' #16

Open
amugear opened this issue Oct 14, 2018 · 3 comments
Open

Can't start server by 'advisor_admin server start' #16

amugear opened this issue Oct 14, 2018 · 3 comments

Comments

@amugear
Copy link

amugear commented Oct 14, 2018

Ubuntu 16.04.4 LTS
python 3.5.2
advisor 0.1.5.1

I installed advisor with pip3, but can't start any server.
There is no docker on my OS, and I think docker is not necessary according the doc.

% advisor_admin server start 
Are you sure to run server container(Y/N): Y
Try to start the server with container
Run the command: docker run -d -p 8000:8000 tobegit3hub/advisor
/bin/sh: 1: docker: not found
Fail to run server, exit code: 127

% advisor_admin server start
Are you sure to run server container(Y/N): N
Cancel operation
@tobegit3hub
Copy link
Owner

It needs docker to start the server.

Please install docker before running advisor_admin server start .

@hangelwen
Copy link

@tobegit3hub One has to install docker for the server to run? This is not clear in README. Readme says either "Run server with official package" or "run with official docker image"

@tobegit3hub
Copy link
Owner

Since we don't want user to install extra dependencies to run server. advisor_admin server start will use the pre-built docker image to run. We may add more information for users if they have not installed docker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants