deadbaed / clion-epitech-docker

epitech environment in container to be used with CLion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clion-epitech-docker

Epitech environment in a docker container to be used inside CLion.

Image size: 5.02 GB.

requirements

instructions

Note: Please do this before opening any project you want to use with the epitech environment.

Clone the repository and run the script run.sh: it will download, build and start the docker image.

Setup CLion to use the container by following the instructions from the CLion help with these options:

  • host localhost
  • port 2222
  • username user
  • password password

Stop the container with docker stop clion_remote_env_epitech.

To run the container again, simply run the run.sh script again.

use in a project

Load your project in CLion.

Select the remote host toolchain you created earlier to build your project with it instead of the default toolchain.

Follow the instructions depending on your build system:

About

epitech environment in container to be used with CLion


Languages

Language:Shell 73.6%Language:Dockerfile 26.4%