Skip to content

Commit 0fc8755

Browse files
committed
more info in the readme
1 parent 790deb3 commit 0fc8755

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
11
# embedding-reference-apps
22
Reference applications for common web frameworks showing how to embed Metabase charts
3+
4+
# Running the apps
5+
1. Run the metabase server with `java -jar metabase.jar` from the `/metabase` directory
6+
2. Run the relevant reference application
7+
8+
For the Django application
9+
`./manage.py runserver`
10+
11+
For the Node application
12+
`node index.js`
13+
14+
For the rails application
15+
`rails server -p 3001`
16+
(Note that we're binding to a nonstandard port as Metabase also runs on 3000)

0 commit comments

Comments
 (0)