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
* Fixed copyright notice as it was mistakely not updated
* Implemented Sugar 13
* Added prefix to the images
* Fixed Prefix tag with Flavor
* Removing latest from the build
* Addd meta id
* Fixed context
* Updating the context
* Adding multiple platforms
* Moved platforms to QEMU
* Add platforms to build and push
* amd64/v4 not supported
* Restricting to linux/amd64,linux/arm64
* Fixed ES volume and Removed prebuilt yml
* Fixed ES and removed latest
* Added missing images
* Added Docker config for DH images
---------
Co-authored-by: Enrico Simonetti <[email protected]>
This repository will help you deploy a Docker based **development only** full stack for Sugar, meeting all the platform requirements for a different set of platform combinations.
4
4
@@ -21,11 +21,12 @@ If you find this software useful, please consider supporting the work that went
21
21
22
22
## Stacks available
23
23
There are few stacks available, with in itself multiple platform combinations. You can read more about the specific stacks on the links below:
24
+
*[Sugar 13](stacks/sugar13/README.md) - This stack is valid from version 13 for local developement also of Sugar Cloud only versions
24
25
*[Sugar 12](stacks/sugar12/README.md) - This stack is valid from version 12 for local developement also of Sugar Cloud only versions
25
26
*[Sugar 11](stacks/sugar11/README.md) - This stack is valid from version 11 for local developement also of Sugar Cloud only versions
26
27
27
28
You will find additional stacks within the [stack directory of the project](stacks).
28
-
For most stacks, there are both the pre-built version (eg on Sugar 9: `./stacks/sugar9/php73.yml`) and a locally built version (eg on Sugar 9: `./stacks/sugar9/php73-local-build.yml`). The locally built version will be built run-time, and therefore those stacks will let you specify additional changes you might require to the docker images provided. Local builds will take much longer to deploy than pre-built ones.
29
+
For most stacks, there are both the pre-built version (eg on Sugar 13: `./stacks/sugar13/php82.yml`) and a locally built version (eg on Sugar 13: `./stacks/sugar13/php82-local-build.yml`). The locally built version will be built run-time, and therefore those stacks will let you specify additional changes you might require to the docker images provided. Local builds will take much longer to deploy than pre-built ones.
29
30
30
31
### Types of stacks
31
32
There are mainly three types of stack:
@@ -65,7 +66,7 @@ For details about the hostnames and credentials of each of the infrastructure co
65
66
* Run the utility `build/build.sh`. Read more about [build/build.sh](https://github.com/esimonetti/SugarDockerized#buildbuildsh)
66
67
67
68
## Current version support
68
-
The main stacks work with [Sugar version 9.0 and all its platform requirements](http://support.sugarcrm.com/Resources/Supported_Platforms/Sugar_9.0.x_Supported_Platforms/). Additional stacks are aligned with the platform requirements of version [8.0](http://support.sugarcrm.com/Resources/Supported_Platforms/Sugar_8.0.x_Supported_Platforms/), [7.9](http://support.sugarcrm.com/Resources/Supported_Platforms/Sugar_7.9.x_Supported_Platforms/) and stacks for Sugar Cloud only versions for local development only.
69
+
The main stacks work with [Sugar version 13.0 and all its platform requirements](https://support.sugarcrm.com/Resources/Supported_Platforms/Sugar_13.0.x_Supported_Platforms/). Additional stacks are aligned with the platform requirements of version [12.x](https://support.sugarcrm.com/Resources/Supported_Platforms/Sugar_12.0.x_Supported_Platforms/), [11.x](https://support.sugarcrm.com/Resources/Supported_Platforms/Sugar_11.0.x_Supported_Platforms/) and stacks for Sugar Cloud only versions for local development only.
69
70
70
71
## System's details
71
72
@@ -233,10 +234,10 @@ All directories and files within "data" are now owned by uid:gid 1000:1000
233
234
It sets the correct ownership of the data directories
It helps to take the default stack for the sugar version passed as a parameter, up or down. It expects two parameters: version number (eg: 80, 90 etc) and up/down.
255
+
It helps to take the default stack for the sugar version passed as a parameter, up or down. It expects two parameters: version number (eg: 12, 13 etc) and up/down.
255
256
Have a look at the configuration file `./utilities/stacks.conf`, to know all the available stack combinations for the script. For some of the main stacks is available the "local" version of the stack, that allows local modification of settings and local docker image building.
256
257
257
258
#### runcli.sh
@@ -306,8 +307,8 @@ The following arguments should be adapted to target server:
306
307
307
308
#### installfromzip.sh
308
309
This script requires a Sugar zip package, and the zip package needs to be on the host running SugarDockerized.
309
-
If the installable zip package is located within the local directory `~/installable/SugarEnt-9.0.2.zip` the install command would be:
The script will perform all the steps required to silently install the software within the SugarDockerized stack currently running.
313
314
To know more about additional custom configuration parameters and actions that can be used/performed during the silent installation refer to [script build/silentinstall.sh](https://github.com/esimonetti/SugarDockerized#buildsilentinstallsh).
@@ -316,7 +317,7 @@ To know more about additional custom configuration parameters and actions that c
316
317
This script is most likely for Sugar Employees only.
317
318
The script requires a clone of Sugar's git repository within `./data/app/Mango` with the `index.php` located within `./data/app/Mango/sugarcrm/index.php`.
318
319
If we want to build the application version 10.0.0 Enterprise, the build command would be:
319
-
```./utilities/build/build.sh ent 10.0.0```
320
+
```./utilities/build/build.sh ent 13.0.0```
320
321
321
322
The script will perform all the steps necessary to build the current branch of the software and also perform its silent installation.
322
323
To know more about additional custom configuration parameters and actions that can be used/performed during the silent installation refer to [script build/silentinstall.sh](https://github.com/esimonetti/SugarDockerized#buildsilentinstallsh).
Copy file name to clipboardexpand all lines: utilities/stack.sh
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ cd $REPO
13
13
14
14
if [ -z$1 ] || [ -z$2 ]
15
15
then
16
-
echo Provide two parameters. The sugar stack version keyword for\(eg: 80, 90\) and the action \(up, down\). The stacks keywords available can be found below:
16
+
echo Provide two parameters. The sugar stack version keyword for\(eg: 13, 12\) and the action \(up, down\). The stacks keywords available can be found below:
0 commit comments