Coder Social home page Coder Social logo

webapp_war_sample's Introduction

Sample CI/CD using GitLab and GitLab CI:

GitLab provides various options of configuration schemes for GitLab CI on multiple perform. For GitLab CI, Any task that need to be performed (From Compilation-build to deploy) on code is written step by step in ‘.gitlab-ci.yml’ (located on home directory of project)that is executed by a runner configured on another machine for that project.

To set up Gitlab-CI, we need to first set runner for the project. It might be shared or project specific.

• A ‘shell executor’ has been taken, where most of the build task will be manual (Will be taken care by maven’s pom.xml in this case) for the runner. • Once configured,‘.gitlab-ci.yml’ is created in home directory of project ‘webapp_war_sample’

Configuration of Runner and other information can be found here: https://docs.gitlab.com/runner/

Using Secret Variable in GitLab

while writing jobs and tasks in .gitlab-ci.yml we need not to mention everything. We may abstract few things through secret variable. For Example: Value of the variable ‘$SONAR_URL’ is specified in secret variables setting in GitLab project setting.

elimu ai-tagline

Web application: http://elimu.ai

Run application locally

See Wiki: Project Configuration

Contributing guidelines

See https://github.com/elimu-ai/webapp/blob/master/CONTRIBUTING.md

Continuous integration

Travis: Build Status

Issue management

See https://github.com/elimu-ai/webapp/projects and https://trello.com/elimuai_public

Chat

See http://slack.elimu.ai

Mailing list

Sign up at http://eepurl.com/bGihkr

webapp_war_sample's People

Contributors

amit-an avatar

Stargazers

Atadzhan avatar  avatar

Watchers

James Cloos 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.