Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Metabase
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Engineering Digital Service
Metabase
Commits
c859d557
Commit
c859d557
authored
10 years ago
by
Allen Gilliland
Browse files
Options
Downloads
Plain Diff
Merge pull request #12 from metabase/ag-readme
update readme with more info about prereqs & build steps.
parents
b3192176
2b81be40
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+23
-16
23 additions, 16 deletions
README.md
with
23 additions
and
16 deletions
README.md
+
23
−
16
View file @
c859d557
#
metabase-init
#
#
Install Prerequisites
FIXME: description
1.
Oracle JDK 8 (http://www.oracle.com/technetwork/java/javase/downloads/index.html)
2.
Node.js for npm (http://nodejs.org/)
3.
Leiningen (http://leiningen.org/)
## Installation
Download from http://example.com/FIXME.
## Build
## Usage
Install clojure + npm/bower requirements with
Install bower requirements with
lein deps
npm install
node install
Compile application css file with
Then run the HTTP server with
./node_modules/gulp/bin/gulp.js build
lein ring server
##
Documentation
##
Usage
Generate documentation with
Then run the HTTP server with
lein ring server
lein marg
## Unit Tests
...
...
@@ -28,9 +30,17 @@ Run unit tests with
lein expectations
## Documentation
Generate documentation with
lein marg
## Options
FIXME: listing of options this app accepts
.
..
.
## Examples
...
...
@@ -40,9 +50,6 @@ FIXME: listing of options this app accepts.
...
### Any Other Sections
### That You Think
### Might be Useful
## License
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment