Giter VIP home page Giter VIP logo

chef-alfresco's Introduction

Hi there, I'm Leonard - aka sitle ๐Ÿ‘‹

Twitter Follow

I'm just another human!!

  • I'm french !
  • I actually live in French Polynesia
  • Iโ€™m currently learning everything ๐Ÿคฃ
  • Iโ€™m looking to collaborate with other content creators
  • 2020 Goals: Contribute more to Open Source projects
  • Fun fact: I love to skate rollerblade !!!

Connect with me:

sitle | Twitter

sitle | LinkedIn

sitle | Instagram



Languages and Tools:

Visual Studio Code

HTML5

CSS3

Sass

JavaScript

SQL

MySQL

MongoDB

Git

GitHub

Terminal

Python

Ruby

Rails

Docker

K8S



โšก GitHub Stats Leonard's GitHub Stats

chef-alfresco's People

Contributors

sitle avatar

Stargazers

 avatar

chef-alfresco's Issues

tomcat7 GID clash

Errors with

Chef::Exceptions::Exec
    ----------------------
    groupadd -g '114' tomcat7 -r returned 4, expected 0

GID 114 is already taken. Is there a way to create the GID dynamically here?

# Create Alfresco user and group
#
group node['alfresco']['apps_group'] do
  system true
  gid 114
  action :create
end

user node['alfresco']['apps_user'] do
  system true
  uid 106
  gid 114
  home '/usr/share/tomcat7'
  shell '/bin/false'
  action :create
end

Problem with mysql jdbc

During the tomcat install I get:

remote_file[/opt/alfresco/mysql_jdbc.tar.gz] action create[2015-09-28T21:35:22+01:00] WARN: remote_file[/opt/alfresco/mysql_jdbc.tar.gz] cannot be downloaded from http://cdn.mysql.com/Downloads/Connector-J/mysql-connector-java-5.1.34.tar.gz: 404 "Not Found"
    ================================================================================
    Error executing action `create` on resource 'remote_file[/opt/alfresco/mysql_jdbc.tar.gz]'
    ================================================================================

Is this an out of date dependency? I can supply my node definition if needed.

Berksfile does not pin cookbooks

This may be the cause of the tomcat install issue as well, but the fact that you leave dependencies unpinned in the metadata and Berksfile means that we probably aren't getting the same versions you tested with. I've tested a few choices based on the release date, but haven't found the version combinations you used. Can you update the files with the versions you tested with?

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.