This repository has been archived on 2024-04-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
elektron/.gitignore
Pradyumna Kaushik df4952fc0d docker-compose setup
Updated .gitignore to ignore test log dirs from project.

HOST_IP env var is used by entrypoint script to populate
the PCP config.
The entrypoint script does the following.
1. construct the PCP config file using the value of the env var
	HOST_IP.
2. run elektron by providing all the basic command-line options.

Added build and run instructions in the README. These include
instructions to run elektron on bare-metal or using docker-compose.
2019-11-07 18:49:55 -05:00

6 lines
166 B
Text

# Created by .ignore support plugin (hsz.mobi)
.idea/
# name of executable when built using command 'go build'
elektron
# test log directory name.
elektron-test-run*