docker-groupoffice-development | Docker compose environment for developing Group-Office
kandi X-RAY | docker-groupoffice-development Summary
kandi X-RAY | docker-groupoffice-development Summary
docker-groupoffice-development is a Shell library. docker-groupoffice-development has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitHub.
This docker compose environment can be used for development. It will install these services:.
This docker compose environment can be used for development. It will install these services:.
Support
Quality
Security
License
Reuse
Support
docker-groupoffice-development has a low active ecosystem.
It has 6 star(s) with 6 fork(s). There are 6 watchers for this library.
It had no major release in the last 6 months.
There are 0 open issues and 3 have been closed. On average issues are closed in 9 days. There are 1 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of docker-groupoffice-development is current.
Quality
docker-groupoffice-development has no bugs reported.
Security
docker-groupoffice-development has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
docker-groupoffice-development is licensed under the GPL-3.0 License. This license is Strong Copyleft.
Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.
Reuse
docker-groupoffice-development releases are not available. You will need to build from source code and install.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of docker-groupoffice-development
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of docker-groupoffice-development
docker-groupoffice-development Key Features
No Key Features are available at this moment for docker-groupoffice-development.
docker-groupoffice-development Examples and Code Snippets
No Code Snippets are available at this moment for docker-groupoffice-development.
Community Discussions
No Community Discussions are available at this moment for docker-groupoffice-development.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install docker-groupoffice-development
Make sure docker and docker-compose are installed.
Make sure docker and docker-compose are installed.
Clone this repository: ```bash git clone --recurse-submodules https://github.com/Intermesh/groupoffice-docker-development.git ```
Go into the source dfirectory and checkout the master branch: ```bash cd groupoffice-docker-development/src/master git checkout master git pull ```
Run the stack: ```bash docker-compose up -d ``` Note: The first time you run it 'composer install' will run. This can take some time to complete. View the logs to see the progress.
Install Group-Office by going to http://localhost:8080/install/. Note you should not see a page where you enter database connection details. If you see this something is wrong with the database container.
Configure a cron job on the host machine so that Group Office can run scheduled tasks. On Linux create a file /etc/cron.d/groupoffice and add (replace "/PATH/TO/docker-groupoffice-development"): ```cron * * * * * root cd /PATH/TO/docker-groupoffice-development && docker-compose exec -T groupoffice php /usr/local/share/groupoffice/cron.php ``` > On MacOS I ran on the terminal: > > ```bash > crontab -e > ``` > > And added: > > ```bash > * * * * * cd /PATH/TO/docker-groupoffice-development && docker-compose exec -T groupoffice php /usr/local/share/groupoffice/cron.php > ```
All done. Happy coding!
Make sure docker and docker-compose are installed.
Clone this repository: ```bash git clone --recurse-submodules https://github.com/Intermesh/groupoffice-docker-development.git ```
Go into the source dfirectory and checkout the master branch: ```bash cd groupoffice-docker-development/src/master git checkout master git pull ```
Run the stack: ```bash docker-compose up -d ``` Note: The first time you run it 'composer install' will run. This can take some time to complete. View the logs to see the progress.
Install Group-Office by going to http://localhost:8080/install/. Note you should not see a page where you enter database connection details. If you see this something is wrong with the database container.
Configure a cron job on the host machine so that Group Office can run scheduled tasks. On Linux create a file /etc/cron.d/groupoffice and add (replace "/PATH/TO/docker-groupoffice-development"): ```cron * * * * * root cd /PATH/TO/docker-groupoffice-development && docker-compose exec -T groupoffice php /usr/local/share/groupoffice/cron.php ``` > On MacOS I ran on the terminal: > > ```bash > crontab -e > ``` > > And added: > > ```bash > * * * * * cd /PATH/TO/docker-groupoffice-development && docker-compose exec -T groupoffice php /usr/local/share/groupoffice/cron.php > ```
All done. Happy coding!
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page