This repository has been archived by the owner on Aug 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#35 Overwriting app directory, will use github to see what's different
- Loading branch information
Showing
29 changed files
with
763 additions
and
683 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
(function () { | ||
'use strict'; | ||
|
||
angular.module('app.create', ['ml.common', 'app.user']); | ||
angular.module('app.create', ['ml.common', 'app.user', 'ngToast']); | ||
}()); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
/* global X2JS,vkbeautify */ | ||
(function () { | ||
'use strict'; | ||
angular.module('app.detail') | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
'use strict'; | ||
|
||
angular.module('app.detail', [ | ||
'app.similar', | ||
'ui.router' | ||
]); | ||
}()); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,92 +1,91 @@ | ||
<h1>Successful Deployment!</h1> | ||
<p> | ||
You can go check out the sample application once you've logged in! If you loaded the documents from the <em>data</em> directory via the instructions in the readme, you should also be able to <a href="/search">search</a> over the included dictionary. The application allows you to <a href="/create">create</a> various people that you can then <a href="/search">search</a>. If you fill out all the fields, you'll be able to use the built-in <em>faceting</em> and <em>typeahead</em> features! | ||
</p> | ||
<p>If you need any help making the application your own refer to the links below:</p> | ||
<div class="row"> | ||
<div class="col-md-6"> | ||
<div class="panel panel-primary"> | ||
<div class="panel-heading"> | ||
<h3 class="panel-title">Slush Generator</h3> | ||
</div> | ||
<div class="panel-body"> | ||
<ul> | ||
<li><a href="https://github.com/rjrudin/slush-marklogic-spring-boot">marklogic-spring-boot Slush Generator Project Home</a></li> | ||
<li><a href="https://github.com/marklogic/slush-marklogic-node/issues">Upcoming Features and Current Issues</a></li> | ||
<li><a href="https://github.com/marklogic/slush-marklogic-node/wiki">Wiki</a> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-md-6"> | ||
<div class="panel panel-primary"> | ||
<div class="panel-heading"> | ||
<h3 class="panel-title">Recommended Guides and Sites</h3> | ||
</div> | ||
<div class="panel-body"> | ||
<ul> | ||
<li><a href="https://docs.marklogic.com/">MarkLogic Documentation</a></li> | ||
<li><a href="https://github.com/rjrudin/ml-gradle#how-can-i-start-using-ml-gradle">Deploying MarkLogic Using Gradle</a></li> | ||
<li><a href="https://docs.marklogic.com/guide/rest-dev">MarkLogic REST Application Developer's Guide</a></li> | ||
<li><a href="https://github.com/marklogic">MarkLogic Github and Helpful Tools</a></li> | ||
</ul> | ||
<section class="content-header"> | ||
<h1>Successful Deployment! <small>Slush Generator</small></h1> | ||
</section> | ||
|
||
<section class="content"> | ||
<p>You can go check out the sample application once you've logged in! If you loaded the documents from the <em>data</em> directory via the instructions in the readme, you should also be able to <a href="/search">search</a> over the included dictionary. The application allows you to <a href="/create">create</a> various people that you can then <a href="/search">search</a>. If you fill out all the fields, you'll be able to use the built-in <em>faceting</em> and <em>typeahead</em> features!</p> | ||
<p>If you need any help making the application your own refer to the links below:</p> | ||
<div class="row"> | ||
<div class="col-md-6"> | ||
<div class="panel panel-primary"> | ||
<div class="panel-heading"> | ||
<h3 class="panel-title">Slush Generator</h3> | ||
</div> | ||
<div class="panel-body"> | ||
<ul> | ||
<li><a href="https://github.com/marklogic/slush-marklogic-node">MarkLogic Slush Generator Project Home</a></li> | ||
<li><a href="https://github.com/marklogic/slush-marklogic-node/issues">Upcoming Features and Current Issues</a></li> | ||
<li><a href="https://github.com/marklogic/slush-marklogic-node/wiki">Wiki</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-md-6"> | ||
<div class="panel panel-primary"> | ||
<div class="panel-heading"> | ||
<h3 class="panel-title">Stack Technology</h3> | ||
</div> | ||
<div class="panel-body"> | ||
<ul> | ||
<li><a href="http://www.marklogic.com">Database - MarkLogic</strong></a></li> | ||
<li><a href="http://gradle.org/">Build - Gradle</a></li> | ||
<li><a href="https://github.com/rjrudin/ml-gradle">Build - ml-gradle</a></li> | ||
<li><a href="http://gulpjs.com/">Build - Gulp</a></li> | ||
<li><a href="http://projects.spring.io/spring-boot/">Middle Tier - Spring Boot</a></li> | ||
<li><a href="https://angularjs.org/">Frontend JS - AngularJS</a></li> | ||
<li><a href="https://angular-ui.github.io/bootstrap/">Frontend JS - UIBootstrap</a></li> | ||
<li><a href="http://getbootstrap.com/">Frontend CSS - Bootstrap</a></li> | ||
<li><a href="http://lesscss.org/">Frontend CSS - LESS</a></li> | ||
</ul> | ||
<div class="col-md-6"> | ||
<div class="panel panel-primary"> | ||
<div class="panel-heading"> | ||
<h3 class="panel-title">Recommended Guides and Sites</h3> | ||
</div> | ||
<div class="panel-body"> | ||
<ul> | ||
<li><a href="https://docs.marklogic.com/">MarkLogic Documentation</a></li> | ||
<li><a href="https://github.com/marklogic/roxy/wiki">Deploying MarkLogic Using Roxy</a></li> | ||
<li><a href="https://docs.marklogic.com/guide/rest-dev">MarkLogic REST Application Developer's Guide</a></li> | ||
<li><a href="https://github.com/marklogic">MarkLogic Github and Helpful Tools</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-md-6"> | ||
<div class="panel panel-primary"> | ||
<div class="panel-heading"> | ||
<h3 class="panel-title">IDE Suggestions</h3> | ||
<div class="col-md-6"> | ||
<div class="panel panel-primary"> | ||
<div class="panel-heading"> | ||
<h3 class="panel-title">Stack Technology</h3> | ||
</div> | ||
<div class="panel-body"> | ||
<ul> | ||
<li><a href="http://www.marklogic.com">Database - MarkLogic</strong></a></li> | ||
<li><a href="https://github.com/marklogic/roxy">Build - Roxy</a></li> | ||
<li><a href="http://gulpjs.com/">Build - Gulp</a></li> | ||
<li><a href="http://nodejs.org/">Webserver - NodeJS</a></li> | ||
<li><a href="https://angularjs.org/">Frontend JS - AngularJS</a></li> | ||
<li><a href="https://angular-ui.github.io/bootstrap/">Frontend JS - UIBootstrap</a></li> | ||
<li><a href="http://getbootstrap.com/">Frontend CSS - Bootstrap</a></li> | ||
<li><a href="http://lesscss.org/">Frontend CSS - LESS</a></li> | ||
<li><a href="http://karma-runner.github.io">Testing - Karma</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
<div class="panel-body"> | ||
<ul> | ||
<li><a href="http://www.sublimetext.com/3">Sublime Text 3</a> | ||
<ul> | ||
<li><a href="https://sublime.wbond.net/">Package Control</a>: | ||
<ul> | ||
<li><a href="https://github.com/paxtonhare/MarkLogic-Sublime">MarkLogic Plugin</a></li> | ||
<li><a href="https://github.com/uipoet/sublime-jshint">sublime-jshint</a></li> | ||
<li><a href="https://github.com/alexnj/SublimeOnSaveBuild">SublimeOnSaveBuild</a></li> | ||
<li><a href="https://github.com/sindresorhus/editorconfig-sublime">editorconfig-sublime</a></li> | ||
<li><a href="https://github.com/danro/LESS-sublime">LESS (CSS-style highlighting)</a></li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</li> | ||
<li><a href="https://eclipse.org/downloads/">Eclipse</a></li> | ||
<li>TextMate (2alpha) | ||
<ul> | ||
<li><a href="https://github.com/bodnaristvan/JSHint.tmbundle#readme">jshint</a></li> | ||
<li><a href="https://github.com/Mr0grog/editorconfig-textmate#readme">editorconfig</a></li> | ||
<li><a href="https://github.com/paxtonhare/xquery.tmbundle">MarkLogic auto-completion: XQuery.tmbundle</a></li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="col-md-6"> | ||
<div class="panel panel-primary"> | ||
<div class="panel-heading"> | ||
<h3 class="panel-title">IDE Suggestions</h3> | ||
</div> | ||
<div class="panel-body"> | ||
<ul> | ||
<li><a href="http://www.sublimetext.com/3">Sublime Text 3</a> | ||
<ul> | ||
<li><a href="https://sublime.wbond.net/">Package Control</a>: | ||
<ul> | ||
<li><a href="https://github.com/paxtonhare/MarkLogic-Sublime">MarkLogic Plugin</a></li> | ||
<li><a href="https://github.com/uipoet/sublime-jshint">sublime-jshint</a></li> | ||
<li><a href="https://github.com/alexnj/SublimeOnSaveBuild">SublimeOnSaveBuild</a></li> | ||
<li><a href="https://github.com/sindresorhus/editorconfig-sublime">editorconfig-sublime</a></li> | ||
<li><a href="https://github.com/danro/LESS-sublime">LESS (CSS-style highlighting)</a></li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</li> | ||
<li><a href="https://www.jetbrains.com/webstorm/">Webstorm</a></li> | ||
<li>TextMate (2alpha) | ||
<ul> | ||
<li><a href="https://github.com/bodnaristvan/JSHint.tmbundle#readme">jshint</a></li> | ||
<li><a href="https://github.com/Mr0grog/editorconfig-textmate#readme">editorconfig</a></li> | ||
<li><a href="https://github.com/paxtonhare/xquery.tmbundle">MarkLogic auto-completion: XQuery.tmbundle</a></li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
<h3></h3> | ||
<ul> | ||
|
||
</ul> | ||
</div> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.