Skip to content

cracos/ansible-phoenix-framework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phoenix Framework Ansible Role

This role will is to provide a ready-to-use Phoenix Framework for Elixir.

Requirements

Quick usage

  • hosts: my_host roles: - { role: nodejs, become: yes } - { role: phoenix, become: yes }

Variables

phoenix_user: Defines the user that will run Phoenix. Default: phoenix

phoenix_group: Sets the user's primary group. Default: phoenix

phoenix_groups: Additional groups for the User. Default: ''

After provision

Everything is setup! You can now run:

  mix phoenix.new hello_phoenix --no-ecto
  cd hello_phoenix
  mix phoenix.server

The --no-ecto flag will create a Phoenix project without Database.

If you want to use the Graphical interface you need to run:

  cd hello_phoenix
  npm install babel-preset-es2015 --save
  mix phoenix.server

Platforms

Debian Jessie.

About

Ansible role to install a ready-to-use Phoenix Framework for Elixir

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published