Skip to content

Simon-Initiative/proving-ground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proving Ground

Testbed for proving out future Simon/OLI technologies.

Dependencies

Have installed the following:

  • Elixir ($ brew install elixir)
  • Phoenix ($ mix archive.install hex phx_new 1.4.10)
  • Docker

Setup Instructions

  1. Start dockerized postgres 12 via the included convenience script:
$ ./db.sh
  1. Install client and server dependencies:
$ cd assets && npm install
$ cd ../ && mix deps.get
  1. Create database
$ mix ecto.create
  1. Run migration to create schema
$ mix ecto.migrate
  1. Seed the database with some test data.
$ mix run priv/repo/seeds.exs
  1. Start Phoenix server
$ mix phx.server
  1. Access the app at localhost:4000

About

Proving ground for next generation technologies

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •