All Projects → norton-archive → Erlang Starter Kit

norton-archive / Erlang Starter Kit

Licence: other
Provide a basic set of Erlang/OTP tools for development and for testing

Labels

Projects that are alternatives of or similar to Erlang Starter Kit

Gitsem
a command line utility for managing semantically versioned (semver) git tags
Stars: ✭ 17 (-26.09%)
Mutual labels:  makefile
Isel Leic Si 1920inv Li52d Leirt51d
Recursos das aulas de Segurança Informática - Semestre de Inverno 2019/20 - Turma LI52D-LEIRT51D
Stars: ✭ 19 (-17.39%)
Mutual labels:  makefile
Aws Vault Alfred Workflow
Alfred workflow to Open AWS in your browser via aws-vault
Stars: ✭ 23 (+0%)
Mutual labels:  makefile
Emojione Color Font
End of Life. Switch to https://github.com/eosrei/twemoji-color-font
Stars: ✭ 899 (+3808.7%)
Mutual labels:  makefile
Gitpr
Quick reference guide on fork and pull request workflow
Stars: ✭ 902 (+3821.74%)
Mutual labels:  makefile
Openwrt Dvb
OpenWrt feed focused on DVB applications
Stars: ✭ 19 (-17.39%)
Mutual labels:  makefile
Hdfs Spark Hive Dev Setup
This repository contains makescript and instruction on how to setup local hdfs+spark+hive setup.
Stars: ✭ 17 (-26.09%)
Mutual labels:  makefile
Tlsconfigguide
Configuration templates for configuring TLS
Stars: ✭ 23 (+0%)
Mutual labels:  makefile
Nepali Romanized Pro
Nepali Romanized Keyboard Layout with installer for macOS
Stars: ✭ 18 (-21.74%)
Mutual labels:  makefile
Distributiontests
Swift 3 distribution test for open-source libraries.
Stars: ✭ 22 (-4.35%)
Mutual labels:  makefile
New Php Project
Template for new PHP projects. Also see https://github.com/JeroenDeDauw/new-php-library
Stars: ✭ 18 (-21.74%)
Mutual labels:  makefile
Live
Automated module and configuration reloader.
Stars: ✭ 18 (-21.74%)
Mutual labels:  makefile
Seafile Openwrt
A port of Seafile for OpenWrt 14.07
Stars: ✭ 19 (-17.39%)
Mutual labels:  makefile
Go Book Store Api
Go Sample project to understand Mysql CRUD operation with best practises Includes logging, JWT, Swagger and Transactions
Stars: ✭ 18 (-21.74%)
Mutual labels:  makefile
Go Docker Hot Reload Example
Stars: ✭ 23 (+0%)
Mutual labels:  makefile
Device Sony Loire
Stars: ✭ 17 (-26.09%)
Mutual labels:  makefile
Network Programming With Go
Network programming with Go
Stars: ✭ 903 (+3826.09%)
Mutual labels:  makefile
Bbb Buildroot Fwup
Example project showing how to use buildroot and fwup
Stars: ✭ 23 (+0%)
Mutual labels:  makefile
Busybox
Prometheus Busybox Docker base images
Stars: ✭ 23 (+0%)
Mutual labels:  makefile
Aospbuild
Stars: ✭ 22 (-4.35%)
Mutual labels:  makefile

Erlang Starter Kit

The Starter Kit should provide a basic set of Erlang/OTP tools for development and for testing.

The latest version is at http://github.com/norton/erlang-starter-kit/

Learning

This won't teach you Erlang/OTP, but it'll make it easier to get started as a developer.

Installation

  1. Install Erlang/OTP. Use your package manager if you have one. Otherwise download from Open-source Erlang a source tarball for building and installing.
  2. Make sure erl and erlc are in your shell's path.
  3. Move the directory containing this file to "~/.erlang.d". (If you already have a directory at ~/.erlang.d move it out of the way and put this there instead.)
  4. Download (i.e. make -C ~/.erlang.d deps) the Starter Kit's Dependencies.
  5. Build (i.e. make -C ~/.erlang.d) the Starter Kit.
  6. Make (i.e. ln -s ~/.erlang.d/init.erl /.erlang) a symbolic link to the file "/.erlang.d/init.erl". (If you already have a file at ~/.erlang move it out the way and symlink this there instead.)

Structure

The init.erl file is where everything begins.

Contributing

See the file TODO.

Files are licensed under the same license as Erlang/OTP unless otherwise specified. See the file COPYING for details.

The latest version is here.

Credits

Thanks to the Emacs Starter Kit for the original idea and for helping write this README!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].