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

hexlet-basics/hexlet_basics

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