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

kolibri start, stop, and status commands are not working. #79

Closed
mrpau-richard opened this issue May 11, 2016 · 2 comments
Closed

kolibri start, stop, and status commands are not working. #79

mrpau-richard opened this issue May 11, 2016 · 2 comments

Comments

@mrpau-richard
Copy link
Contributor

mrpau-richard commented May 11, 2016

Branch: 'Master`

Current behavior: Running these kolibri commands start, stop, and status are not working. These commands are use for the kolibri installers.

Steps to reproduce:

  1. Follow the steps to run kolibri https://github.com/learningequality/kolibri
  2. Run the commands kolibri start, kolibri stop, and kolibri status on the terminal.

I attached sample screenshot below.

screen shot 2016-05-11 at 7 16 00 pm

@benjaoming
Copy link
Contributor

Well, they do work -- they just don't do anything because there's no cherrypy etc. available.

Cherrypy has been 99% decided upon, and I think we'll go for a similar daemon behaviour as the one we ended up with in ka-lite.

For now, you should run a conventional Django development server:

kolibri manage runserver

or straight from source

python -m kolibri manage runserver

@indirectlylit
Copy link
Contributor

cherrypy is now integrated

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