Re: [Mifos-users] First Time setup unable to login on MifosX

2020-06-04 Thread Scott Dunbar
Juan,
Please try to go to https://localhost:8443 before you try to log into
Fineract.  You will get a certificate error - you must accept that
certificate before you will be able to log in.  Once you've accepted the
certificate go back to the Mifos login page and you should be fine.



On Thu, Jun 4, 2020 at 3:54 AM Henry Ogbu  wrote:

> Hi Juan,
>
> Can you confirm your MySql credentials are correct and as follows:
>
> Username: Root
> Password: mysql
>
>
>
> On Thu, Jun 4, 2020 at 9:53 AM Juan Manuel Hernández <
> fdominik...@gmail.com> wrote:
>
>> Hello Jubha Mayala,
>>
>> How can I repair this problem?
>>
>>
>> El jue., 4 jun. 2020 a las 10:34, jubha mayala ()
>> escribió:
>>
>>> Hello Juan,
>>> The default password for MifosX is password, while username is mifos
>>> If that wont work then there will be an issue in your mysql may be it is
>>> not running.
>>>
>>> On Wed, Jun 3, 2020 at 11:22 PM Juan Manuel Hernández <
>>> fdominik...@gmail.com> wrote:
>>>
>>>> Hi
>>>> I configured MifosX for the first time on a VPS. Everything went well.
>>>> Now I don’t the password to login. Do you guys know the first time password
>>>> for the user “mifos”?
>>>>
>>>> I tried all default passwords and nothing worked.
>>>>
>>>> Please help me and thanks.
>>>>
>>>> Thanks.
>>>> ___
>>>> Mifos-users mailing list
>>>> mifos-us...@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/mifos-users
>>>>
>>> ___
>>> Mifos-users mailing list
>>> mifos-us...@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/mifos-users
>>>
>> ___
>> Mifos-users mailing list
>> mifos-us...@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/mifos-users
>>
>
>
> --
> Best regards,
>
>

-- 
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
> <https://github.com/apache/fineract/pull/787> (also note #791
> <https://github.com/apache/fineract/pull/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: Can long in community app

2020-03-29 Thread Scott Dunbar
Thanks Percy - I'm missing where it shows you how to run a local Fineract
platform.  The readme's are all a mess and they all say to use https but
nothing actually works.  I'll keep digging - thanks for another pointer.

On Sun, Mar 29, 2020 at 10:33 AM Percy Enoabane 
wrote:

> I run according to ReadMe and then follow the steps using postman as shown
> here
> <https://cwiki.apache.org/confluence/display/FINERACT/Using+rest+client+for+passing+api+requests>
> .
>
> On Sun, Mar 29, 2020 at 4:19 PM Scott Dunbar 
> wrote:
>
>> Percy - how are you running the Fineract side of this?  If I run
>> according to the README it only listens on port 8080.
>>
>> On Sun, Mar 29, 2020 at 6:57 AM Percy Enoabane 
>> wrote:
>>
>>> Hello Eugene
>>> Using the community app with local Fineract 1.x platform the credential
>>> mifos / password works for me. Even the demo <https://demo.openmf.org/>
>>> website works with those credentials.
>>> But running the community app with the API running elsewhere credentials
>>> doesn't work.
>>> You can try with local Fineract and community app running at the same
>>> time using
>>> http://localhost:9002/?baseApiUrl=https://localhost:8443=default
>>> .
>>>
>>> On Sun, Mar 29, 2020 at 8:53 AM Eugene Adjei-Djan 
>>> wrote:
>>>
>>>> I forked the community app and run it, meanwhile i cant log in when
>>>> baseApiUrl is set to my local fineract installation or to demo.mifos.io
>>>> I get error 401 using credential mifos / password
>>>>
>>>> Thanks
>>>>
>>>
>>
>> --
>> Scott Dunbar
>> Cell: 303 667 6343
>>
>

-- 
Scott Dunbar
Cell: 303 667 6343


Re: Can long in community app

2020-03-29 Thread Scott Dunbar
Percy - how are you running the Fineract side of this?  If I run according
to the README it only listens on port 8080.

On Sun, Mar 29, 2020 at 6:57 AM Percy Enoabane 
wrote:

> Hello Eugene
> Using the community app with local Fineract 1.x platform the credential
> mifos / password works for me. Even the demo <https://demo.openmf.org/>
> website works with those credentials.
> But running the community app with the API running elsewhere credentials
> doesn't work.
> You can try with local Fineract and community app running at the same time
> using
> http://localhost:9002/?baseApiUrl=https://localhost:8443=default
> .
>
> On Sun, Mar 29, 2020 at 8:53 AM Eugene Adjei-Djan 
> wrote:
>
>> I forked the community app and run it, meanwhile i cant log in when
>> baseApiUrl is set to my local fineract installation or to demo.mifos.io
>> I get error 401 using credential mifos / password
>>
>> Thanks
>>
>

-- 
Scott Dunbar
Cell: 303 667 6343


Getting started challenges

2020-03-14 Thread Scott Dunbar
Hi all,
I'm attempting to try to run a local version of the Fineract platform with
the code from Gitlab.  It appears that there are very frequent changes and
I've yet to be able to get anything to run.

On the server side the current develop branch has a Flyway issue.  On the
community app there is an error running grunt serve.  The flyway issue is
new as I was able to compile and run earlier.  The community app has been
broken for a few weeks now.

Is there a branch or tag that is a bit more stable for those of us just
starting out?

Thanks for any help.

-- 
Scott Dunbar
Cell: 303 667 6343


Re: Soft Launch of Mifos Forum powered by Discourse

2020-03-03 Thread Scott Dunbar
oups like DFS, Scalability & Performance, etc.
>- Improved community identity - Profiles and in the future badges can
>help community members better self-identify and discover others.
>- Jobs & Services Marketplace - the forum like-capability and
>centrality of Discourse will allow us to reinvigorate our previous attempt
>at a jobs marketplace which never took off on mobile.io.
>- Polls and other features - a wide variety of other tools like polls,
>events etc can be explored to help the community.
>
> Discourse is used by a lot of our peer projects like ODK and OpenMRS so we
> can share in the many lessons learned and best practices they've attained.
>
> Cheers,
>
> Ed
>


-- 
Scott Dunbar
Cell: 303 667 6343