Giter VIP home page Giter VIP logo

kic's Introduction

KIC

Build Status

Kids Investment Company

Development

In development Go takes care of serving all assets. Run the go application using:

go run main.go

or

grunt dev

Production

In production all assets are precompiled using Grunt as well as the go application. The mina deploy script takes care of this. To test the assets compilation do grunt dist

In the server nginx (or similar) must be running. Nginx should server all the static assets and proxy all requests to \api to the go process running on port 9000.

Running Tasks

Install Gofer

go get -u github.com/chuckpreslar/gofer/gofer

Then

gofer accounts:create

Testing

Install Ginkgo

go get github.com/onsi/ginkgo
go get github.com/onsi/gomega
go install github.com/onsi/ginkgo/ginkgo

ginkgo -r

Deployment

To deploy

mina deploy

This is the current deployment process:

  • npm init
  • grunt dist
  • build main.go
  • rsync files to server
  • restart go process in server
  • restart nginx?

Server configuration

Server must be running rethinkdb in port as specified by the env variable KIC_PROD_DB_HOST. The go application must be launched using a daemon controller e.g. Upstart

At the moment I am using a Mac server, so I am using launchd, example launchd plist at docs/example.plist

kic's People

Contributors

sporto avatar

Watchers

James Cloos avatar Vidya Raghavan avatar  avatar

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.