Skip to content
This repository was archived by the owner on Jan 27, 2021. It is now read-only.

hexlet-basics/hexlet_basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d43133b · Jan 27, 2021
May 12, 2020
Apr 28, 2020
Sep 14, 2020
Dec 2, 2020
Sep 8, 2020
Sep 8, 2020
Nov 25, 2017
Mar 25, 2020
Apr 28, 2020
Dec 26, 2017
Dec 26, 2017
Nov 10, 2019
Sep 10, 2020
Jan 27, 2021
Dec 15, 2018
Jan 29, 2020
Nov 19, 2020
Nov 19, 2020
Jan 29, 2020
Jan 29, 2020
Feb 19, 2020
Feb 19, 2020
Apr 5, 2020
Apr 5, 2020

Repository files navigation

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