Giter Site home page Giter Site logo

latetuna's Introduction

Late Tuna

In house learning project. The purpose of this project is to investigate and try technology and archtecture that are new to us. The system we're buildning is a conference system. Some of the features we have in mind is:

  • create a new conference
  • manage a Call For Proposal
  • register to a conference
  • display a schedule

Create and activate a docker-machine

  1. Go to https://www.docker.com/products/docker
  2. Download docker for your platform
  3. Follow the instructions in the Getting started tutorial

Build images

gradle dockerBuildImage
docker-compose build

Pro tip: Gradle supports camelCased shortcuts, so gradle dBI works as well!

Start all containers

docker-compose up

Development tips

  • make an alias for docker-compose i.e. alias dc=docker-compose
  • in order to run services with docker and from your IDE you have to add an alias for kafka to /etc/hosts or equivalent
127.0.0.1    kafka
  • running the gui from the subproject instead from the docker container make the turn around time significant shorter. Run npm run dev to start the webpack dev-server

  • remove all unused docker images from this gist

docker rmi $(docker images | grep "^<none>" | awk '{print $3}')

Architecture

alt tag

latetuna's People

Contributors

msallstr avatar thesam avatar johanekblad avatar mmmod avatar mattiasbpersson avatar bjorsa avatar joparo avatar

Stargazers

 avatar

Watchers

Kristoffer Nilsson-Chavez avatar  avatar Per Erngard avatar Fredrik Stålnacke avatar Sebastian Åkerman avatar Dan Bryntze avatar  avatar James Cloos avatar  avatar Fredrik Forsberg avatar Alexander Lvov avatar Robert Novo avatar  avatar Ari Sahlsten avatar Sandra C avatar  avatar  avatar Oscar Vigell avatar Gabriella Lagerstedt avatar  avatar Saman avatar Alexander Hagerf avatar Mattias Blom avatar Petter Berglund avatar Nicholas Rydje avatar Martin Åslin avatar David avatar Emil Palm avatar  avatar Erica Edholm avatar Clara Scattergood avatar Adrián Erik Clarenbeek Sánchez avatar Nathan Lövsund avatar Linus Lagerhjelm avatar  avatar  avatar Anna Karlsson avatar  avatar Mirjam Borén avatar  avatar

latetuna's Issues

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.