Skip to content

Installation

Derek Bourgeois edited this page Feb 8, 2016 · 2 revisions

Installing the LaraEdit container is as simple as docker pull laraedit/laraedit once you have docker installed on your computer!

Once you've pulled in the LaraEdit container, there are a few ways to get it up and running, here we will cover a few options:

Using Kitematic

If you are running Kitematic, simply add a new container (laraedit/laraedit). Once you've added the LaraEdit container, you can set your environment variables, hook into the volumes that you need and even click a link to open your application in your browser! Generally, the only settings you'll want to focus on are the APP_NAME environment variable, and the /var/www/html/app volume. However, the default APP_NAME is app if your okay with that sort of thing...

Using the Docker CLI