You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Command to load Julien’s SQL:
step 1: gunzip treeherder.sql.gz
You'll need to install psql for that:
MacOS: brew install libpq
Linux Debian or Ubuntu: apt install postgresql-client
Linux Fedora: dnf install postgresql-client
Loading using Dbeaver:
step 1: download the SQL script above
step 2: After you've downloaded Dbeaver and established a connection, go to SQL Editor in the menu bar
step 3: Go down to Import SQL script and click it
step 4: Open the downloaded SQL script
The text was updated successfully, but these errors were encountered:
Outreachy Final: Set up environment for fullstack tasks
Project requirements
Clone this treeherder repo from GitHub.
Follow the documentation:
Treeherder docs for server and fullstack development
The following provides a basic set up walk-through. Please use the docs for more detailed information.
Running treeherder and perfcompare:
Run:
docker-compose up --build
Run: Import query for data (See sample database setup)
Then, change this line: https://github.com/mozilla/perfcompare/blob/main/src/logic/treeherder.ts#L9
To:
0.0.0.0:5000
Rerun:
docker-compose up
Database setup
Connection for postgresql:
Serverhost: localhost Port: 5432 Database: treeherder User=postgres Password: mozilla1234
Link to Julien’s SQL: https://drive.google.com/file/d/12Yx1llWDFEtq957Ck8sLFBkZp10sKJyt/view?usp=drive_link
Command to load Julien’s SQL:
step 1:
gunzip treeherder.sql.gz
You'll need to install psql for that:
brew install libpq
apt install postgresql-client
dnf install postgresql-client
Loading using Dbeaver:
step 1: download the SQL script above
step 2: After you've downloaded Dbeaver and established a connection, go to
SQL Editor
in the menu barstep 3: Go down to
Import SQL script
and click itstep 4: Open the downloaded SQL script
The text was updated successfully, but these errors were encountered: