All Projects → nanobox-io → Nanobox

nanobox-io / Nanobox

Licence: mit
The ideal platform for developers

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Nanobox

nanobox-engine-nodejs
Engine for running Node.js apps on Nanobox
Stars: ✭ 16 (-98.95%)
Mutual labels:  developer-tools, development-environment, nanobox
nanobox-rails
Quickly set up a Ruby on Rails app on Nanobox, the ideal platform for developers. With Nanobox, Rails app developers can set up instant, isolated development environments that can be shared among team members. Rails apps created using Nanobox can be automatically deployed to AWS, Azure, Google Cloud, and other cloud hosts without the need for de…
Stars: ✭ 19 (-98.76%)
Mutual labels:  developer-tools, development-environment, nanobox
The forge
Our groundbreaking, lightning fast PWA CLI tool
Stars: ✭ 70 (-95.42%)
Mutual labels:  cli, deployment
Torchlambda
Lightweight tool to deploy PyTorch models to AWS Lambda
Stars: ✭ 83 (-94.58%)
Mutual labels:  cli, deployment
Swiff
💁 Command line tools for common local ↔ remote server tasks.
Stars: ✭ 87 (-94.31%)
Mutual labels:  development-environment, developer-tools
Branchsite
CLI tool for publishing your static website to a separate branch
Stars: ✭ 65 (-95.75%)
Mutual labels:  cli, deployment
Prequel
Prequel for Laravel. Clear and concise database management.
Stars: ✭ 1,141 (-25.42%)
Mutual labels:  development-environment, developer-tools
Pric
Simple zero-config tool to create Private Certificate Authority & issue locally-trusted development server certificates with any domain names you'd like. SSL certificates for development purposes.
Stars: ✭ 87 (-94.31%)
Mutual labels:  development-environment, developer-tools
Wago
Automate the actions you do after saving code.
Stars: ✭ 60 (-96.08%)
Mutual labels:  cli, developer-tools
Wordup Cli
Wordup is a fully integrated development platform for WordPress. Develop plugins and themes locally. Preview in the cloud. Automatic updates in WP.
Stars: ✭ 116 (-92.42%)
Mutual labels:  cli, developer-tools
Shtab
↔️ Automagic shell tab completion for Python CLI applications
Stars: ✭ 99 (-93.53%)
Mutual labels:  cli, developer-tools
Beemo
🤖 Centralized configuration layer for dev tools. Beep boop.
Stars: ✭ 100 (-93.46%)
Mutual labels:  development-environment, developer-tools
Bosco
A microservice helper
Stars: ✭ 63 (-95.88%)
Mutual labels:  cli, development-environment
Deb Dev Machine
Quickly install common Developer tools, IDE's & Services on Debian 9
Stars: ✭ 63 (-95.88%)
Mutual labels:  development-environment, developer-tools
Toc
🚩 TOC, zero configuration table of content generator for Markdown files, create table of contents from any Markdown file with ease.
Stars: ✭ 66 (-95.69%)
Mutual labels:  cli, developer-tools
Xxv
The XXV visual hex viewer for the terminal.
Stars: ✭ 61 (-96.01%)
Mutual labels:  cli, developer-tools
Dev
The only truly universal productive development platform with Docker on macOS, Linux and Windows! http://blog.teracy.com/2016/12/20/teracy-dev-the-only-truly-universal-productive-development-platform-with-docker-on-macos-linux-and-windows/ http://slides.teracy.net/hoatle/productive-dev-workflow-with-teracy-dev/latest/
Stars: ✭ 84 (-94.51%)
Mutual labels:  development-environment, virtualbox
Appstoreconnect Cli
An easy to use command-line tool for interacting with the Apple AppStore Connect API
Stars: ✭ 110 (-92.81%)
Mutual labels:  cli, developer-tools
Influx Prompt
An interactive command-line InfluxDB cli with auto completion.
Stars: ✭ 42 (-97.25%)
Mutual labels:  cli, developer-tools
Http Prompt
An interactive command-line HTTP and API testing client built on top of HTTPie featuring autocomplete, syntax highlighting, and more. https://twitter.com/httpie
Stars: ✭ 8,329 (+444.38%)
Mutual labels:  cli, developer-tools

nanoboxdesktop logo Build Status

Nanobox

Nanobox automates the creation of isolated, repeatable environments for local and production applications. When developing locally, Nanobox provisions your app's infrastructure inside of a virtual machine (VM) and mounts your local codebase into the VM. Any changes made to your codebase are reflected inside the virtual environment.

Once code is built and tested locally, Nanobox provisions and deploys an identical infrastructure on a production platform.

How It Works

Nanobox uses Virtual Box and Docker to create virtual development environments on your local machine. App configuration is handled in the boxfile.yml, a small yaml config file used to provision and configure your apps' environments both locally and in production.

Why Nanobox?

Nanobox allows you to stop configuring environments and just code. It guarantees that any project you start will work the same for anyone else collaborating on the project. When it's time to launch the project, you'll know that your production app will work, because it already works locally.

Installation

By using the Nanobox installer. (Recommended) .The installer includes all required dependencies (Virtual Box & Docker).

Usage

Usage:
  nanobox [flags]
  nanobox [command]

Available Commands:
  configure     Configure Nanobox.
  run           Start your local development environment.
  build-runtime Build your app's runtime.
  compile-app   Compile your application.
  deploy        Deploy your application to a live remote or a dry-run environment.
  console       Open an interactive console inside a component.
  remote        Manage application remotes.
  status        Display the status of your Nanobox VM & apps.
  login         Authenticate your nanobox client with your nanobox.io account.
  logout        Remove your nanobox.io api token from your local nanobox client.
  clean         Clean out any apps that no longer exist.
  info          Show information about the specified environment.
  tunnel        Create a secure tunnel between your local machine & a live component.
  implode       Remove all Nanobox-created containers, files, & data.
  destroy       Destroy the current project and remove it from Nanobox.
  start         Start the Nanobox virtual machine.
  stop          Stop the Nanobox virtual machine.
  update-images Updates docker images.
  evar          Manage environment variables.
  dns           Manage dns aliases for local applications.
  log           Streams application logs.
  version       Show the current Nanobox version.
  server        Start a dedicated nanobox server

Flags:
      --debug     In the event of a failure, drop into debug context
  -h, --help      help for nanobox
  -t, --trace     Increases display output and sets level to trace
  -v, --verbose   Increases display output and sets level to debug

Use "nanobox [command] --help" for more information about a command.

Documentation

Contributing

Contributing to Nanobox is easy. Just follow these contribution guidelines. Nanobox uses govendor to vendor dependencies. Use govendor sync to restore dependencies.

Contact

For help using Nanobox or if you have any questions/suggestions, please reach out to [email protected] or find us on slack. You can also create a new issue on this project.

nanobox logo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].