タグ

2016年2月8日のブックマーク (2件)

  • Overview – Phoenix v1.3.2

    Phoenix is a web development framework written in Elixir which implements the server-side MVC pattern. Many of its components and concepts will seem familiar to those of us with experience in other web frameworks like Ruby on Rails or Python’s Django. Phoenix provides the best of both worlds - high developer productivity and high application performance. It also has some interesting new twists lik

    Overview – Phoenix v1.3.2
  • PhoenixでCRUD - Qiita

    はじめに 記事は、ElixirのWebフレームワークである「Phoenix」の導入手順を紹介するものです。 「動作環境の構築〜MySQLを使ったDBのCRUDを行う」といったことを解説しています。 Elixirとはどんな言語か?Elixirの構文は?といったことは解説していません。 また、Phoenixを少しでも使ったことがある方にとっては、すべてご存知かもしれません。 前提 動作するUbuntu環境が存在すること。 なければ、vagrant+VirtualBoxなどで構築してください。 MySQLがインストールされていること Elixirのインストール Phoenixを動作させるには、Erlang VMとElixirが必要となります。 オフィシャルサイトにある手順に従って、ElixirのPPAの追加とelixirのインストールを行います。 wget https://packages.e

    PhoenixでCRUD - Qiita