GithubHelp home page GithubHelp logo

nextindex / docker-suitecrm Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 3.0 22 KB

๐Ÿณ Dockerized SuiteCRM

Home Page: https://hub.docker.com/r/nextindex/docker-suitecrm/

License: MIT License

Python 58.75% Shell 20.59% PHP 20.65%
docker docker-suitecrm rancher suitecrm

docker-suitecrm's People

Contributors

apertureless avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

docker-suitecrm's Issues

Volume/mount warnings and errors leading to compose failure

Expected Behavior

docker-compose up runs as outlined in the readme and as expected.

Actual Behavior

Volume/mount warnings and errors leading to compose failure.

When creating the container via compose:

ERROR: for dockersuitecrm_suitecrm_1  Cannot start service suitecrm: Mounts denied:
The paths /srv/docker/suitecrm/upload and /srv/docker/suitecrm/upload/config.php
are not shared from OS X and are not known to Docker.
You can configure shared paths from Docker -> Preferences... -> File Sharing.
See https://docs.docker.com/docker-for-mac/osxfs/#namespaces for more info.
.

ERROR: for suitecrm  Cannot start service suitecrm: Mounts denied:
The paths /srv/docker/suitecrm/upload and /srv/docker/suitecrm/upload/config.php
are not shared from OS X and are not known to Docker.
You can configure shared paths from Docker -> Preferences... -> File Sharing.
See https://docs.docker.com/docker-for-mac/osxfs/#namespaces for more info.

Environment

  • OS: macOS Sierra 10.12.5 (16F73)
  • Docker Version: 17.06.0-ce-mac18 (18433)
  • SuiteCRM Version: (version provided by this repo)

Quick Fix

You can side-step this by updating docker-compose.yml to use relative paths in the suitecrm volumes block:

 # ... snip ...
  suitecrm:
    build: src
    ports:
      - "8080:80"
    depends_on:
      - mysql
    volumes:
      -  ./upload:/var/www/html/upload
    environment:
      DB_TYPE: mysql
      DB_MANAGER: MysqlManager
 # ... snip ...

Doing this things will run and you will be taken through the installation. You will have to provide the database configuration information as that doesn't seem to carry in to the container(s) as expected but it's easy enough to copy/paste from the compose file for now.

This isn't ideal and defeats the env magic but will at least get things running until the project is updated to either guide volume/mount setup or adjust the compose file.

Add canary channel

SuiteCRM 7.10 Beta is released. Should be published here too.

  • Should be prerelease
  • Version Tag with beta
  • latest tag should point to latest stable version and not to prerelease

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.