Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
chamilo
/
docker-chamilo
Public
Notifications
You must be signed in to change notification settings
Fork
14
Star
15
Code
Issues
2
Pull requests
5
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Feature/ubuntu 20.04 excluding composer and chash from git
- #6
#6
Open
dbendlin
wants to merge 12 commits into
chamilo:1.11.x
chamilo/docker-chamilo:1.11.x
from
dbendlin:feature/ubuntu-20.04-excluding-composer-and-chash-from-git
dbendlin/docker-chamilo:feature/ubuntu-20.04-excluding-composer-and-chash-from-git
Copy head branch name to clipboard
Conversation
Commits
12
(12)
Checks
Files changed
Open
Feature/ubuntu 20.04 excluding composer and chash from git
#6
dbendlin
wants to merge 12 commits into
chamilo:1.11.x
chamilo/docker-chamilo:1.11.x
from
dbendlin:feature/ubuntu-20.04-excluding-composer-and-chash-from-git
dbendlin/docker-chamilo:feature/ubuntu-20.04-excluding-composer-and-chash-from-git
Copy head branch name to clipboard
Commits
Commits on Sep 9, 2020
ignore local bash script samples
diego-bendlin
committed
d45fa56
View commit details
Copy full SHA for d45fa56
Browse repository at this point
Chamilo.conf merged version between github's docker-chamilo -1.11.x and chamilo-lms -1.11.x, this file is only processed at docker build, still need to find out how to everride its content when usi…
Show description for 1e4caec
diego-bendlin
committed
1e4caec
View commit details
Copy full SHA for 1e4caec
Browse repository at this point
Docs updated, made some changes to avoid people folowwing step by step instructions to get some errors, I've also changed the host and domain used by the current example.
diego-bendlin
committed
51b4ad1
View commit details
Copy full SHA for 51b4ad1
Browse repository at this point
Updated base iga to ubuntu 20.04, apt install also updates dependencies, file include ARG instructions to override some values that were before hardcoded, still need to find out how to make the en…
Show description for 561022a
diego-bendlin
committed
561022a
View commit details
Copy full SHA for 561022a
Browse repository at this point
forgotten .htaccess added :)
diego-bendlin
committed
1fec724
View commit details
Copy full SHA for 1fec724
Browse repository at this point
Found a OCI layer 8 problem ( @me =/) we dont need to add .htacess, just use one downloaded pron githubs repo =)
diego-bendlin
committed
7bdb248
View commit details
Copy full SHA for 7bdb248
Browse repository at this point
Unified to original doc MYSQL_ROOT_PASSWORD
diego-bendlin
committed
c794dcb
View commit details
Copy full SHA for c794dcb
Browse repository at this point
Added composer from ubuntu repo, could not find chash install cantidate from ubuntu repos (downt know whant i've leave behind). Git clone for both previous packages excluded from Dockerfile.. comp…
Show description for 3ea1862
diego-bendlin
committed
3ea1862
View commit details
Copy full SHA for 3ea1862
Browse repository at this point
Found that when getting chamilo from github, composer update -n must be run. This step take a while to execute. But in the end got a 1.97GB docker image.
diego-bendlin
committed
93fb59f
View commit details
Copy full SHA for 93fb59f
Browse repository at this point
Docs updated to remommend doing customizations in the build phase, I still hope to allow container customization throght ENV variables
diego-bendlin
committed
3f4c3d7
View commit details
Copy full SHA for 3f4c3d7
Browse repository at this point
Commits on Sep 13, 2020
php-fpm added, ENV variable substitutions command deleted, images are suposed to maintain ${variables} so they can be substituted by docker run command
diego-bendlin
committed
20705e6
View commit details
Copy full SHA for 20705e6
Browse repository at this point
copying chamilo.conf to chamilo.conf instead of chamilo.conf.ori
diego-bendlin
committed
13d7be4
View commit details
Copy full SHA for 13d7be4
Browse repository at this point
You can’t perform that action at this time.