Skip to content
This repository has been archived by the owner on Nov 28, 2021. It is now read-only.

is gemma runnable already? #1

Open
massimov opened this issue Feb 8, 2016 · 2 comments
Open

is gemma runnable already? #1

massimov opened this issue Feb 8, 2016 · 2 comments

Comments

@massimov
Copy link

massimov commented Feb 8, 2016

I tried to run gemma (python run.py), but all I get when I access the web server is a Hello World page.
What mistake am I doing?

@massimov
Copy link
Author

massimov commented Feb 8, 2016

ok, I found that /tools and /pp show a page from which some operation seem possible. Still I have no clue as how use those pages, nor how to initialise the database with reasonable data. Do you have updated code, or a short introduction document?

@bparzella
Copy link
Owner

The database will be created at the first start. At the moment you need to add a tool to the sqlite database manually.

$ sqlite3 gemma.db
sqlite> INSERT INTO tool (name) VALUES ("test");

As soon as the tool is added, all the configuration can be done within the web interface.

Note: active means the equipment is active!

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

No branches or pull requests

2 participants