Skip to content

justuseapen/baltimore_ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BaltimoreAi

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Nanobox Setup

System Requirements

Download the Nanobox Package

Download the Nanobox package appropriate for your Linux distribution from the Nanobox downloads page. Unpack and install the package as you normally install packages in your specific distro.

After having the Nanobox Package installed, you can build the project with:

$ nanobox run

Run & Setup Nanobox

The first time you run any Nanobox command, it will walk you through an initial setup process specifying options for your local environment. The first question it will ask you is how you would like to run Nanobox. Select the Via Docker Native option.

Add a local DNS

Add a convenient way to access your app from the browser:

nanobox dns add local phoenix.local

Start Hacking!

With Nanobox installed, the Getting Started Guides walk you through getting popular languages and frameworks up and running with Nanobox.

Environment variables

To add environment variables to production:

$ nanobox evar add remote PORT=8080

To add environment variables to your local environment:

$ nanobox evar add local PORT=8080

To list local variables:

$ nanobox evar ls local

Deploy your app

Add a remote

$ nanobox remote add baltimore-ai

Deploy

$ nanobox deploy

Learn more

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published