Code Monkey home page Code Monkey logo

coldfusion-docker-starter's Introduction

coldfusion-docker-starter

Adobe ColdFusion development with Docker starter project

What is this?

This repo exists to make your life easier when starting a new Adobe ColdFusion project or converting an existing ColdFusion project to run inside a Docker container.

How do I use it?

Prerequisites

The only prerequisite that you need to use this repo is to have Docker installed. You can install Docker Desktop on Mac or Windows. If you are on Windows, I highly recommend setting up Windows Subsystem for Linux (WSL) and using it for your development environment.

Usage

  • Download the zip file from GitHub and extract it to a folder.
  • In the folder where you extracted the zip file, run the following command in a terminal window docker-compose up
  • In your browser, browse to https://localhost:8500
  • Add your application code in the app/ folder located in the directory where you extracted the repo
  • View the ColdFusion logs under logs/ for execptions and other log information you need while developing

Notes

  • If you're on Mac or Linux (including WSL), you'll need to run the fixperms.sh file in the root of the repo to set the permissions on the logs/ folder correctly so that ColdFusion can create its log files there.
  • If you need a specific version of ColdFusion, you can specify a particular tag on line 4 of docker-compose.yml. You can find a complete list of tags for the image here

Contributing

I'd love to hear from you on what else you would like to see in this starter project. Please create an issue on the repo or clone the repo and submit a PR with your proposed changes.

coldfusion-docker-starter's People

Contributors

dskaggs avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.