8000 GitHub - GooseCoder/processmaker-docker: ProcessMaker 3.x container for development environments
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

GooseCoder/processmaker-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProcessMaker 3.x docker development environment.

Installation

Please note that this repository only works with ProcessMaker 3.x previous versions and the new 4.x have different PHP version requirements.

  1. Install docker, the latest versions will do, please follow the instructions bellow for install instructions:

https://docs.docker.com/engine/install/ https://docs.docker.com/engine/installation/centos/

  1. Install the docker-compose tools:
sudo curl -L "https://github.com/docker/compose/releases/download/1.25.5/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose

$ chmod +x /usr/local/bin/docker-compose
  1. Check out the processmaker codebase from the 3.x repository if you have the required access permissions:
git clone git@bitbucket.org:colosa/processmaker.git

or download it from Sourceforge (recommended)

https://sourceforge.net/projects/processmaker/files/ProcessMaker/

Uncompress the file into the root folder 4) Go to your processmaker directory and composer install

cd processmaker && composer install

if downloaded this step is not required. 5) Execute the rake ruby command

rake

if downloaded this step is not required either. 6) Build container

docker-compose build
  1. Build container
docker-compose up

The machine should be available in the following address

http://localhost:8091

mysql-host:localhost port:3306

Internally the hostname for the mysql server is mapped as "mysql" externally you can access it using the localhost default with port 3306.

About

ProcessMaker 3.x container for development environments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0