Re: Docker Compose now includes UI from Community App!

2020-05-04 Thread James Dailey
Today I used docker build and got errors when on the 1.4.0 branch, but got
to a solid result on the dev branch.

I note that https://issues.apache.org/jira/browse/FINERACT-845  is resolved
for 1.4.0. (thank you Nasser!).  And I believe that was what enabled the
docker build to function.

I would like to be sure that this gets into the 1.4.0 Release as I think it
makes the project more approachable.

@jdailey 


Re: Docker Compose now includes UI from Community App!

2020-05-03 Thread Michael Vorburger
On Sun, 3 May 2020, 00:50 Scott Dunbar,  wrote:

> For those that might run across it - to use the UI you must first go to
> https://localhost:8443/ and accept the self-signed cert.  Otherwise you
> get a message that is rather misleading.
>

Great point! Would you like to raise a PR to add this tip to the README?

I'm curious why it isn't easier to just use http for test environments?
>

The Fineract API enforces using https through an automatic redirect from
http, so the problem you describe would probably still happen? Try it.

Unless someone wants to contribute something to run only with http, like a
Spring Profile, for Dev. The"danger" is that someone somewhere will then
run a production instance like that, if it's easy enough... ;-)

  The error in the browser and the error in the developer tools do not give
> much of an indication as to the underlying nature of the problem in at
> least current Firefox and Chrome browsers.
>
>
>
> On Sat, May 2, 2020 at 6:31 AM Michael Vorburger 
> wrote:
>
>> Hello everyone,
>>
>> Shout out to Nasser for having contributed the just merged PR #787
>>  (also note #791
>> ) for
>> https://issues.apache.org/jira/browse/FINERACT-845.
>>
>> With this, it's easier than it has ever been before in the history of
>> this project to locally spin up the latest and greatest version of Apache
>> Fineract + also latest version (!)) of the web UI from the Community App:
>>
>> git clone https://github.com/apache/fineract.git
>> cd fineract
>> docker-compose build
>> docker-compose up -d
>>
>> Now login with default *username* mifos and *password* password on
>> http://localhost:9090/?baseApiUrl=https://localhost:8443/fineract-provider=default
>> .
>>
>> Best,
>> M.
>>
>> PS: https://www.fineract.dev will soon similarly automatically run the
>> very latest code in the cloud (this thread is about something similar for
>> local use using docker compose).
>> ___
>> Michael Vorburger
>> http://www.vorburger.ch
>>
>
>
> --
> Scott Dunbar
> Cell: 303 667 6343
>


Re: Docker Compose now includes UI from Community App!

2020-05-02 Thread Scott Dunbar
For those that might run across it - to use the UI you must first go to
https://localhost:8443/ and accept the self-signed cert.  Otherwise you get
a message that is rather misleading.

I'm curious why it isn't easier to just use http for test environments?
The error in the browser and the error in the developer tools do not give
much of an indication as to the underlying nature of the problem in at
least current Firefox and Chrome browsers.



On Sat, May 2, 2020 at 6:31 AM Michael Vorburger  wrote:

> Hello everyone,
>
> Shout out to Nasser for having contributed the just merged PR #787
>  (also note #791
> ) for
> https://issues.apache.org/jira/browse/FINERACT-845.
>
> With this, it's easier than it has ever been before in the history of this
> project to locally spin up the latest and greatest version of Apache
> Fineract + also latest version (!)) of the web UI from the Community App:
>
> git clone https://github.com/apache/fineract.git
> cd fineract
> docker-compose build
> docker-compose up -d
>
> Now login with default *username* mifos and *password* password on
> http://localhost:9090/?baseApiUrl=https://localhost:8443/fineract-provider=default
> .
>
> Best,
> M.
>
> PS: https://www.fineract.dev will soon similarly automatically run the
> very latest code in the cloud (this thread is about something similar for
> local use using docker compose).
> ___
> Michael Vorburger
> http://www.vorburger.ch
>


-- 
Scott Dunbar
Cell: 303 667 6343