Sign inSign up

vovimayhem/foresight-web

By vovimayhem

Updated almost 8 years ago

Image
0

249

vovimayhem/foresight-web repository overview

Foresight

This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • Clone this repository: git clone https://github.com/IcaliaLabs/foresight-web.git
  • Change the directory into the cloned directory

If your'e not using Docker, you'll need to manually install dependencies:

npm install && bower install

Running / Development

With Docker
  • Start up the containers with docker-compose up -d
  • You may also open another terminal within the container to run ember generators and other commands: docker-compose exec app bash
Without Docker
  • Make sure dependencies are met with yarn install && bower install
  • Run ember serve
After startup

Visit your app at http://localhost:4200.

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests
  • ember test
  • ember test --server
Building
  • ember build (development)
  • ember build --environment production (production)

Deployment

Requirements
  • Server must be running Docker > 17.03 in swarm mode
  • Client must also be running Docker > 17.03
Command
# Deploy the production version:
docker stack deploy --with-registry-auth --compose-file stack.yml foresight_ui

Tag summary

Content type

Image

Digest

Size

8.1 MB

Last updated

almost 8 years ago

docker pull vovimayhem/foresight-web