Skip to content

Commit 97f4577

Browse files
authored
Merge pull request #2 from ubuntu/skia/web_part
Import 'errors' (web UI)
2 parents e1a9781 + acddf99 commit 97f4577

File tree

186 files changed

+45597
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

186 files changed

+45597
-2
lines changed

.woke.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ignore_files:
2+
- src/errors/static/js/nvd3/**

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ charmcraft.spread -v -reuse -resend
2020

2121
Start with the Python dependencies
2222
```
23+
# For 'daisy' only
2324
sudo apt install apport-retrace python3-amqp python3-bson python3-cassandra python3-flask python3-mock python3-pygit2 python3-pytest python3-pytest-cov python3-swiftclient ubuntu-dbgsym-keyring
25+
# Add this for 'errors'
26+
sudo apt install python3-django-tastypie python3-numpy
2427
```
2528

2629
Then start a local Cassandra, RabbitMQ and swift (`docker` should works fine too):
@@ -40,12 +43,17 @@ Or start each individual process (from the `./src` folder):
4043

4144
daisy:
4245
```
43-
python3 ./daisy/app.py
46+
./run-daisy.sh
4447
```
4548

4649
retracer:
4750
```
48-
python3 ./retracer.py -a amd64 --sandbox-dir /tmp/sandbox -v --config-dir ./retracer/config
51+
./run-retracer.sh
52+
```
53+
54+
errors:
55+
```
56+
./run-errors.sh
4957
```
5058

5159
From there, you can manually upload a crash with the following, from any folder

src/errors/__init__.py

Whitespace-only changes.

src/errors/api/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)