Re: SuiteCRM Charm - No Auto-entry of database details

2015-07-23 Thread Joseph Liau
On 2015-07-23 12:58 PM, Tim Van Steenburgh wrote: On Thu, Jul 23, 2015 at 3:25 PM, Joseph Liau jos...@liau.ca mailto:jos...@liau.ca wrote: On 2015-07-23 12:11 PM, Tim Van Steenburgh wrote: Hi Joseph, Here's one way to solve this: 1. Setup up the software manually one

Re: SuiteCRM Charm - No Auto-entry of database details

2015-07-23 Thread Tim Van Steenburgh
On Thu, Jul 23, 2015 at 3:25 PM, Joseph Liau jos...@liau.ca wrote: On 2015-07-23 12:11 PM, Tim Van Steenburgh wrote: Hi Joseph, Here's one way to solve this: 1. Setup up the software manually one time. 2. Once it's set up, dump the database to a file. 3. Put that file in your charm,

Re: SuiteCRM Charm - No Auto-entry of database details

2015-07-23 Thread Joseph Liau
On 2015-07-23 12:11 PM, Tim Van Steenburgh wrote: Hi Joseph, Here's one way to solve this: 1. Setup up the software manually one time. 2. Once it's set up, dump the database to a file. 3. Put that file in your charm, and use it to automatically load the database when the db relation is

SuiteCRM Charm - No Auto-entry of database details

2015-07-23 Thread Joseph Liau
Hello, A while back I was working on a SuiteCRM charm (my first time doing anything like this): https://github.com/userj/suitecrm-charm It installs all right, but when it comes time to go through the setup via the web-gui of SuiteCRM, then database details do not get automatically

Re: SuiteCRM Charm - No Auto-entry of database details

2015-07-23 Thread José Antonio Rey
Hey! Have you tried to check if there's an automated script that would set it up included in the software? If there is, maybe you can ask the Juju user to parse them as configuration variables, and set everything up from the charm and not using the web-gui. Of course, you would need to make

Re: SuiteCRM Charm - No Auto-entry of database details

2015-07-23 Thread Joseph Liau
On 2015-07-23 11:10 AM, José Antonio Rey wrote: Hey! Have you tried to check if there's an automated script that would set it up included in the software? If there is, maybe you can ask the Juju user to parse them as configuration variables, and set everything up from the charm and not