Coder Social home page Coder Social logo

mura-training's Introduction

Mura Training Docker Image

The Mura Training Docker Image is specifically used for Official Mura Training.

Docker Images

Get Up & Running

Docker Desktop must installed and running on your computer (Desktop Community edition is perfectly fine) prior to following the steps below.

After Docker Desktop Has Been Installed

Follow the steps outlined below to get the Mura training container up and running.

  1. Clone the Mura Training repository to your desktop

  2. Launch your shell program and cd into the cloned ../mura-training/ directory

  3. Run the following command:

    docker-compose up
    • Docker will then begin to do its thing. The first time this is run, it will take awhile to finish.

      Creating volume "mura-training_vol_mura_training_mysql" with default driver
      Pulling svc_mura_training_mysql (mysql:5.7)...
      5.7: Pulling from library/mysql
      bf5952930446: Pull complete
      8254623a9871: Pull complete
      938e3e06dac4: Pull complete
      ea28ebf28884: Pull complete
      f3cef38785c2: Pull complete
      894f9792565a: Pull complete
      1d8a57523420: Pull complete
      5f09bf1d31c1: Pull complete
      1b6ff254abe7: Pull complete
      74310a0bf42d: Pull complete
      d398726627fd: Pull complete
      Digest: sha256:da58f943b94721d46e87d5de208dc07302a8b13e638cd1d24285d222376d6d84
      Status: Downloaded newer image for mysql:5.7
      Creating mura-training_svc_mura_training_mysql_1 ... done
      Creating mura-training_mura_training_1           ... done
      Attaching to mura-training_svc_mura_training_mysql_1, mura-training_mura_training_1
      svc_mura_training_mysql_1  | 2020-09-04 16:26:36+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 5.7.31-1debian10 started.
      svc_mura_training_mysql_1  | 2020-09-04 16:26:36+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
      svc_mura_training_mysql_1  | 2020-09-04 16:26:36+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 5.7.31-1debian10 started.
      svc_mura_training_mysql_1  | 2020-09-04 16:26:37+00:00 [Note] [Entrypoint]: Initializing database files
      etc ...
    • Once you see a notification about the WEB CONTEXT, the container should be ready and you may proceed to the next step.

      mura_training_1            | Starting RunWAR 4.1.0
      mura_training_1            | Java version 1.8.0.252 (requires >= 1.8)
      mura_training_1            | HTTP2 Enabled:false
      mura_training_1            | HTTP sslEnable:false
      mura_training_1            | HTTP ajpEnable:false
      mura_training_1            | HTTP warFile exists:true
      mura_training_1            | HTTP warFile isDirectory:true
      mura_training_1            | HTTP background:false
      mura_training_1            | Adding additional lib dir of: /usr/local/lib/serverHome/WEB-INF/lib
      mura_training_1            | ******************************************************************************
      mura_training_1            | Starting - port:8080 stop-port:44971 warpath:file:/app/
      mura_training_1            | context: /  -  version: 4.1.0
      mura_training_1            | web-dirs: ["\/app"]
      mura_training_1            | Log Directory: /usr/local/lib/serverHome/logs
      mura_training_1            | ******************************************************************************
      mura_training_1            | XNIO-Option WORKER_IO_THREADS:8
      mura_training_1            | XNIO-Option CONNECTION_LOW_WATER:1000000
      mura_training_1            | XNIO-Option WORKER_TASK_MAX_THREADS:30
      mura_training_1            | XNIO-Option CONNECTION_HIGH_WATER:1000000
      mura_training_1            | XNIO-Option TCP_NODELAY:true
      mura_training_1            | XNIO-Option WORKER_TASK_CORE_THREADS:30
      mura_training_1            | XNIO-Option CORK:true
      mura_training_1            | Parsing '/usr/local/lib/serverHome/WEB-INF/web.xml'
      mura_training_1            | welcome pages in deployment manager: [index.cfm, index.lucee, index.html, index.htm]
      mura_training_1            | Direct Buffers: true
      mura_training_1            | ******************************************************************************
      mura_training_1            | *** starting 'stop' listener thread - Host: 0.0.0.0 - Socket: 44971
      mura_training_1            | ******************************************************************************
      mura_training_1            | Server is up - http-port:8080 stop-port:44971 PID:187 version 4.1.0
  4. Once the container is ready, launch a browser window and navigate to http://localhost:8008/.

  5. If the site only contains an empty home page, navigate to http://localhost:8008/?appreload&applydbupdates and the site should then be populated with sample content.

Stop The Mura Training Container

To stop the container, follow the steps below.

  1. Open the shell window where the program is running.
  2. On macOS, use <control>+C
  3. On Windows, use <โŒ˜>+C

OR

  1. Launch your shell program and cd into the cloned ../mura-training/ directory

  2. Run the following command:

    docker-compose down

Mura Admin Login Information

This image uses Mura, a digital content experience platform. To learn more about Mura, visit https://www.getmura.com.

Lucee Admin Login Information

This image uses Lucee, the leading open-source CFML application server/engine. To learn more about Lucee, visit https://lucee.org.

Companion Training Files

Official Mura Training uses the following additional resources and files for each segment of training.

Building Your Own Image

If you're attending training, please do not make any changes to the Dockerfile or docker-compose.yml file until the conclusion of your training. At that point, feel free to make your desired changes, then simply run the following from your command line:

docker-compose build --no-cache

To publish on dockerhub:

docker push YourDockerUsername/RepositoryName:latest

License

MIT

mura-training's People

Contributors

muracms avatar stevewithington avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  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.