Code Monkey home page Code Monkey logo

kaha's Introduction

kaha

quick relief lookup for nepal earthquake

Run the app locally

Install dependencies

npm install

Run the app in dev mode

npm run build-dev-watch

This should build a bundle.js file for your app to run in dev mode, plus start up the server as well. The bundle.js file is automatically rebuild on any change made to your js files.

Access the app at http://localhost:3000/

NOTE: When you do npm run start or node bin/www (which build-dev-watch uses) then by default it'll run on staging db, so that people don't have to setup their local db installation.

Run on prod db

npm run prod

but you'll need to set a db environment variable (DBPWD) for db passwd. Contact the contributors in this repo for the db pass.

Run using docker

To ensure uniform environments across all of dev, staging and prod for all developers/testers (and quickly get the app up and running), we can run kaha from docker.

First install docker following the instructions here.

kaha image is public so all you have to do is:

docker run kahaco/kaha

This is set up so that the kaha app runs from http://localhost:3000, with the remote staging db as backend (so that people don't have to configure it on their own.)

If you are on ubuntu, you might have to do some configuration work to make the port 3000 accessible. You can get around this by explicitly mapping the container/host ports (-p option, see below).

If you want to develop from the docker container, clone the repo and run this from the repo root directory:

docker run --name kaha_stage -v $(pwd):/kaha -p 3000:3000 kahaco/kaha

This creates a docker container called kaha_stage based on the kaha image, with the repo dir used as a shared volume inside the container (so that code changes are picked up). npm install might be needed to pick up the local node modules.

If you want your own local db setup, use deploy_kaha.sh, following the instructions from deploy notes. This is the recommended way, but docker-compose support is also available.

sudo pip install docker-compose && docker-compose up

LICENSE

The MIT License (MIT)

Copyright (c) 2015 kaha.co

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

kaha's People

Contributors

anupdhml avatar dawalama avatar nim23 avatar nimthenerd avatar pniraula avatar shri3k avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

kaha's Issues

Invalid URI on post.

If kaha.co is visited from www.kaha.co instead of just kaha.co then all POST requests are blocked.
Allow it on www too.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.