File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
# NAME
2
2
3
3
Perl5::CoreSmokeDB - API server for the VueJS frontend
4
+ [ Perl5-CoreSmokeDB-Web] ( https://github.com/abeltje/Perl5-CoreSmokeDB-Web#name )
4
5
5
6
# DESCRIPTION
6
7
@@ -15,9 +16,13 @@ Basic installation for try-out:
15
16
git clone https://github.com/abeltje/Perl5-CoreSmokeDB-API.git
16
17
cd Perl5-CoreSmokeDB-API
17
18
carton install
18
- carton exec -- local/bin/plackup -S Starman bin/app.psgi -E try-out --port 5050
19
+ carton exec -- local/bin/plackup -s Starman bin/app.psgi -E try-out --port 5050
19
20
```
20
21
22
+ On a clean Ubuntu 22.04 install you will also need these packages before you
23
+ start: ` build-essential ` ` cpanminus ` ` carton ` ` sqlite3 ` ` libpq-dev `
24
+ ` libxml2-dev ` ` libexpat1-dev ` ` jq `
25
+
21
26
# THE API
22
27
23
28
The api supports 2 protocols: REST and JSONRPC. This document shows some
You can’t perform that action at this time.
0 commit comments