We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 790deb3 commit 0fc8755Copy full SHA for 0fc8755
README.md
@@ -1,2 +1,16 @@
1
# embedding-reference-apps
2
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