• This repository has been archived on 27/Jan/2021
  • Stars
    star
    102
  • Rank 326,172 (Top 7 %)
  • Language
    Elixir
  • Created over 6 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Code Basics

On Push

This repository is outdated. See the new version on hexlet-basics

Hexlet Ltd. logo

This repository is created and maintained by the team and the community of Hexlet, an educational project. Read more about Hexlet (in Russian).

Development

Requirements

  • Mac / Linux
  • Docker
  • Docker Compose
  • Node & npm

Install

$ make project-setup

Add to /etc/hosts:

127.0.0.1 code-basics.test ru.code-basics.test en.code-basics.test

Load content

$ make web-exercises-load-php

Run

$ make compose

Go to https://ru.code-basics.test Go to https://en.code-basics.test

Kubernetes (Production)

Requirements

Setup

  • doctl kubernetes cluster kubeconfig save <cluster_name>
$ make cluster-setup