Local installations configurations.

22 views
Skip to first unread message

Sami Ullah

unread,
Apr 12, 2017, 9:11:54 AM4/12/17
to OpenML
Hi everyone, 
I'm setting up a local installation of OpenML website and attached below is my settings. Can someone please tell me what's ElasticSearch API and where to find it ?

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
define( 'DB_NAME_EXPDB', 'openml' );
define( 'DB_HOST_EXPDB', 'localhost' );
define( 'DB_USER_EXPDB_READ', 'root' );
define( 'DB_PASS_EXPDB_READ', 'root' );
define( 'DB_USER_EXPDB_WRITE', 'root' );
define( 'DB_PASS_EXPDB_WRITE', 'root' );

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Configuration details for the OpenML database (User accounts, etc.)
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* DB_NAME_COMMUNITY: The name of the database
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* DB_HOST_COMMUNITY: The host of the database (typically: localhost)
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* DB_USER_COMMUNITY: The username to connect to the database. Should
* have SELECT, INSERT, UPDATE and DELETE privileges.
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* DB_PASS: The password that belongs to the username
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
define( 'DB_NAME_OPENML', 'openml' );
define( 'DB_HOST_OPENML', 'localhost' );
define( 'DB_USER_OPENML', 'root' );
define( 'DB_PASS_OPENML', 'root' );

Jan van Rijn

unread,
Apr 12, 2017, 9:24:50 AM4/12/17
to Sami Ullah, OpenML
Hi Sami,

Elastic Search is what makes the frontend run fast. It is a layer between the database and the user.
Unfortunately, I am not an expert on this topic, however Joaquin Vanschoren (also on this mailing lst) is.

Best,
Jan


--
You received this message because you are subscribed to the Google Groups "OpenML" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openml+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Sami Ullah

unread,
Apr 12, 2017, 9:28:38 AM4/12/17
to OpenML
And how can set this up ? 
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Configuration details for the ElasticSearch server (Username, password)
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* API_USERNAME: The username under which the system may perform queries (other than GET)
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* API_PASSWORD: The password that belongs to the username
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
define( 'ES_URL', 'FILL_IN' );
define( 'ES_USERNAME', 'FILL_IN' );
define( 'ES_PASSWORD', 'FILL_IN' );



And can I use my email address instead of username in the configurations below ?
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Configuration details for the OpenML API (Username, password)
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* API_USERNAME: The username under which the system may perform API
* calls.
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* API_PASSWORD: The password that belongs to the username
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
define( 'API_USERNAME', 'sami...@gmail.com' );
define( 'API_PASSWORD', 'oxxxxxxx' );(Do I have to give password of my account on OpenML ?)
define( 'API_KEY', 'xxxxxxxx );

Help would be very much appreciated.

Rudolf Kadlec

unread,
May 23, 2017, 11:45:25 AM5/23/17
to OpenML
Hi, have you succeeded with this? I followed https://github.com/openml/OpenML/wiki/Local-Installation and now I am at the same place as you were. When I try to connect to my local OpenML PHP website I see just blank page.

Dne středa 12. dubna 2017 15:28:38 UTC+2 Sami Ullah napsal(a):
Reply all
Reply to author
Forward
0 new messages