elixir-samples
A collection of samples on using Elixir with Google Cloud Platform.
File Explorer
Download Latest Version (.zip)- CODEOWNERS
- config.exs
- dev.exs
- prod.exs
- test.exs
- endpoint.ex
- google_oauth2_example.ex
- seeds.exs
- page_controller_test.exs
- channel_case.ex
- conn_case.ex
- error_view_test.exs
- layout_view_test.exs
- page_view_test.exs
- test_helper.exs
- user_socket.ex
- auth_controller.ex
- page_controller.ex
- google.ex
- phoenix.png
- favicon.ico
- robots.txt
- app.css
- app.js
- socket.js
- app.html.eex
- error.html.eex
- index.html.eex
- not_found.html.eex
- error_helpers.ex
- error_view.ex
- layout_view.ex
- page_view.ex
- router.ex
- web.ex
- .gitignore
- app.yaml
- brunch-config.js
- mix.exs
- mix.lock
- package.json
- README.md
- bigquery_samples.ex
- bigquery_samples_test.exs
- test_helper.exs
- mix.exs
- mix.lock
- README.md
- datastore_samples.ex
- datastore_samples_test.exs
- test_helper.exs
- mix.exs
- mix.lock
- README.md
- app.css
- phoenix.css
- app.js
- socket.js
- phoenix.png
- favicon.ico
- robots.txt
- brunch-config.js
- package.json
- config.exs
- dev.exs
- prod.exs
- test.exs
- application.ex
- book.ex
- datastore_repo.ex
- user_socket.ex
- book_controller.ex
- page_controller.ex
- edit.html.eex
- index.html.eex
- new.html.eex
- show.html.eex
- app.html.eex
- book_view.ex
- error_helpers.ex
- error_view.ex
- layout_view.ex
- page_view.ex
- endpoint.ex
- gettext.ex
- router.ex
- getting_started_elixir.ex
- getting_started_elixir_web.ex
- errors.po
- errors.pot
- page_controller_test.exs
- error_view_test.exs
- layout_view_test.exs
- page_view_test.exs
- channel_case.ex
- conn_case.ex
- test_helper.exs
- .gitignore
- app.yaml
- mix.exs
- mix.lock
- README.md
- pubsub_samples.ex
- pubsub_samples_subscriber.ex
- pubsub_samples_test.exs
- test_helper.exs
- mix.exs
- mix.lock
- README.md
- speech_samples.ex
- speech_samples_test.exs
- test_helper.exs
- mix.exs
- mix.lock
- README.md
- storage_samples.ex
- file.txt
- storage_samples_test.exs
- test_helper.exs
- mix.exs
- mix.lock
- README.md
- .gitignore
- .travis.yml
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE
- README.md
- SECURITY.md
# Installation Guide
1. Get the code
git clone https://github.com/GoogleCloudPlatform/elixir-samples
Downloads the entire project code from GitHub to your computer.
cd elixir-samples
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
cd auth
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
