npm
bower
ionic (with cordova)
angularjs
for debug purpose android sdk
ionic serve
ionic serve --lab
ionic run android
Authentication is created using json token. It prevents users who are not logged in to access our api or navigate to unwanted screens.
In our .env file there is a key called ENFORCE_AUTHENTICATION, just change it to 'false' and everything will be back to normal
Enables you to stick stuff to the bottom of the screen (like the 'Submit Review' button)
<hmd-bottom-screen>
<!-- You put your stuff inside the directive -->
<button class="button button-block button-calm" ng-click="submitReview()">
Submit Review
</button>
</hmd-bottom-screen>
- goto https://www.elastic.co/downloads/elasticsearch
- download the "ZIP" option
- extract it on your preffered location =] (I prefer D:\Program Files\elasticsearch-version)
You must be wondering why you don't see a thing on the main screen... It's probably because you haven't configured your elasticsearch server yet
It's simple!
lets just say you installed elasticsearch on folder X (and you start your elasticsearch on path X\bin\elasticsearch)
- copy our configuration file - that can be found on 'repo\server\recommendation\elastic-configuration\elasticsearch.yml'
- paste in to X\config (and replace the existing elasticsearch.yml file)
- restart the elasticsearch server
For GeoCoding - AIzaSyCTeACumPhF6_Pvfea5HlfclZMKwM3q-7s For GeoLocation - AIzaSyDiCceFFKku46mqoskN7ItYqWX5Rg9_SUI (probably not needed)