Thanks Courage - and I'm getting up to speed on those Mac OS cloud starts.

My assumption is that I am:
* Following the build instructions but "translated" to one of the cloud
instances
* Deploying the build into a docker container
* Optionally and in the future, could deploy each microservice into its own
container for scalability (swarm or something)

Now, when I get to the choice of cloud - the end point I want is a shell
account where I can issue the apt-get and git commands

I've gotten attracted by the bitnami Kubernetes sandbox.
https://bitnami.com/stack/kubernetes-sandbox
Is this a reasonable place to start?

or should I go with the google cloud kubernetes and can I use the "Your
First Cluster" settings of 1.7GB RAM and 1 node, or do I need more nodes
and memory?

and should I use the local shell or the remote shell?

Regards,

James


On Tue, Nov 6, 2018 at 7:23 AM Courage Angeh <[email protected]> wrote:

> Hi James,
>
> This instructions,
>
> https://cwiki.apache.org/confluence/display/FINERACT/Install+and+configure+kubectl+and+Google+Cloud+SDK+on+ubuntu+16.04
> ,
> outlines the steps to setup your environment for Google Container Engine on
> Linux - Ubuntu. I wrote the setup guide for Ubuntu because thats what I use
> now.
> You can check this out for mac OS:
> https://cloud.google.com/sdk/docs/quickstart-macos
> https://cloud.google.com/kubernetes-engine/docs/quickstart
>
> But it's a little tricky.
>
> The set-up process for Fineract CN on mac still needs a lot more
> documentation and scripts, but using docker and docker-compose is pretty
> straightforward.
>
> On Tue, Nov 6, 2018 at 8:15 AM James Dailey <[email protected]>
> wrote:
>
> > Hi Courage
> >
> > Thanks for all this. I was trying to build the project (fineract-CN) on
> my
> > mac, but it seems I need more memory.   In any case, my end goal is to
> get
> > this up and running on a hosted service like Google.
> >
> > Should I still follow
> >
> >
> https://cwiki.apache.org/confluence/display/FINERACT/Containerizing+Fineract+CN
> > and
> > then run the script at
> > https://github.com/openMF/fineract-cn-containers.git
> > ?
> >
> > Or are you about to make changes?
> >
> > thanks,
> > James
> >
> >
> > On Sat, Oct 13, 2018 at 6:31 AM Courage Angeh <[email protected]>
> > wrote:
> >
> > > Hi guys,
> > >
> > > I have updated the script used to provision the services after
> start-up.
> > > I have broken the code into functions. each function performs a
> specific
> > > task.
> > > As of now, all the services provision successfully. I am still to
> > implement
> > > the function to create the chart of accounts after provisioning the
> > > services.
> > > What's left:
> > > - Migrate services
> > > - Passing multiple tenants to script
> > > - Port functionality to Google Container Engine
> > > - Upgrade script to perform better
> > >
> > > Thanks,
> > > Courage
> > >
> > > On Fri, Oct 5, 2018 at 8:09 AM Isaac Kamga <[email protected]>
> > wrote:
> > >
> > > > Hello Courage,
> > > >
> > > > Thanks for updating the community on your progress with
> > containerization
> > > of
> > > > Fineract CN.
> > > >
> > > > James, I guess Courage used Ubuntu because she it's her default
> system
> > > for
> > > > development and there were limited Cloud resources for her to
> > experiment
> > > > with other distros.
> > > >
> > > > Graham, when you're done integrating the notifications service into
> > > > demo-server and it works for everybody who clones the code, then you
> > can
> > > > require Courage to containerize that service. Don't push her when
> > you've
> > > > not done your homework...I have waited for the said PR for a month
> now.
> > > >
> > > > Cheers,
> > > > Isaac Kamga.
> > > >
> > > > On Fri, Oct 5, 2018 at 4:29 AM Ebenezer Graham <
> > [email protected]
> > > >
> > > > wrote:
> > > >
> > > > > Yes, I have integrated it into the demo-server. However, I am
> > > refactoring
> > > > > the authentication process at the moment. Is that a problem?
> > > > >
> > > > > It is currently using a notifications user to authenticate,
> however,
> > in
> > > > the
> > > > > next PR to the Demo server it will be using an auth style similar
> to
> > > > > rhythm.
> > > > >
> > > > >
> > > > > *At your service,*
> > > > >
> > > > > *Ebenezer Graham*
> > > > >
> > > > > *BSc (Hons) Computing*
> > > > >
> > > > >
> > > > > [image: EmailSignature.png]
> > > > >
> > > > > African Leadership University,
> > > > >
> > > > > Power Mill Road, Pamplemousses,
> > > > >
> > > > > Mauritius.
> > > > >
> > > > >
> > > > > *skype*:
> > > > > ebenezer.graham
> > > > > GitHub <https://github.com/ebenezergraham> | LinkedIn
> > > > > <https://www.linkedin.com/in/ebenezer-graham/> | Twitter
> > > > > <https://twitter.com/pactmart> | Facebook
> > > > > <https://www.facebook.com/pactmart>
> > > > > www.pactmart.com | Freelancing made easy.
> > > > >
> > > > >
> > > > > *“Talk is cheap, show me the code.” *- *Linus Torvalds*
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > On Thu, 4 Oct 2018 at 17:19, Courage Angeh <[email protected]
> >
> > > > wrote:
> > > > >
> > > > > > Okay, yea. I can do that if you have successfully intergrated the
> > > > > > notification microservice on demo-server.
> > > > > > Nevetheless if you haven't, we can always add that anytime, with
> > > just a
> > > > > few
> > > > > > lines of code.
> > > > > >
> > > > > > On Thu, Oct 4, 2018, 6:37 AM Ebenezer Graham <
> > > [email protected]
> > > > >
> > > > > > wrote:
> > > > > >
> > > > > > > Hi Courage,
> > > > > > >
> > > > > > > Can you make provision for the notification service as well.
> > > > > > >
> > > > > > > On Thu, 4 Oct 2018, 07:50 Courage Angeh, <
> [email protected]
> > >
> > > > > wrote:
> > > > > > >
> > > > > > > > Hello Guys,
> > > > > > > >
> > > > > > > > I am starting this new thread so that it can be used to
> monitor
> > > the
> > > > > > > > progress in containerizing Fineract CN.
> > > > > > > >
> > > > > > > > I have written the documentation
> > > > > > > > <
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://cwiki.apache.org/confluence/display/FINERACT/Containerizing+Fineract+CN
> > > > > > > > >
> > > > > > > > needed to set up the desired environment. I will update the
> > > > > > documentation
> > > > > > > > based on the feedback from the community.
> > > > > > > > I have also moved the code based to
> > > > > > > > https://github.com/openMF/fineract-cn-containers.git
> > > > > > > > It's quite messy as of now since I was concentrating on
> making
> > > some
> > > > > > > > functionalities work but I will clean it up ASAP.
> > > > > > > >
> > > > > > > > So what works:
> > > > > > > >
> > > > > > > >    - I have implemented the necessary scripts to containerize
> > and
> > > > > > deploy
> > > > > > > >    the Finerct service and external service i.e Cassandra,
> > > MariaDB,
> > > > > > > Eureka,
> > > > > > > >    and ActiveMQ, using Docker, docker-compose, and
> Kubernetes.
> > > > > > > >    - I have implemented scripts to start up and shut down the
> > > > system
> > > > > > when
> > > > > > > >    deploying using docker compose
> > > > > > > >    - I am currently implementing a provisioning script that
> > > > supposed
> > > > > to
> > > > > > > >    provision the system after deployment. I am following the
> > > > > deployment
> > > > > > > >    strategy defined in Demo Server's ServiceRunner.java file.
> > So
> > > > far
> > > > > > the
> > > > > > > >    provisioner script,
> > > > > > > >
> > > > > > > >
> > > > > > > >    1. Registers the up and running microservices via the
> > > > provisioner
> > > > > > > >    microservice
> > > > > > > >    2. Then starts provisioning a tenant. As of now, it
> > registers
> > > > the
> > > > > > > tenant
> > > > > > > >    via provisioner, -> authenticates as an administrator, ->
> > > > assigns
> > > > > > > > identity
> > > > > > > >    manager for the tenant, -> creates the scheduler user, ->
> > > > enables
> > > > > > the
> > > > > > > >    scheduler user's account, then logins in ready to
> provision
> > > the
> > > > > > other
> > > > > > > >    microservices
> > > > > > > >
> > > > > > > > I will clean up the code base before continue working on the
> > > other
> > > > > > > > microservices.
> > > > > > > >
> > > > > > > > Work to be done:
> > > > > > > >
> > > > > > > >    - Implement script to provision Rythm, organization,
> > customer,
> > > > > > ledger,
> > > > > > > >    portfolio, deposit-account-manager, teller, report, cheque
> > > > payroll
> > > > > > and
> > > > > > > > group
> > > > > > > >    - Implement migration script
> > > > > > > >    - Upgrade bash script so it could be more user-friendly
> like
> > > > > > > >    Linux commands and their man pages
> > > > > > > >    - We could also use a Configuration management like
> ansible
> > or
> > > > > > puppet
> > > > > > > to
> > > > > > > >    manage the configurations required to deploy the system.
> > > > > > > >
> > > > > > > > So that's the progress of the project as of now, I will
> > continue
> > > > > > updating
> > > > > > > > this thread as I make progress on the project. I will be
> happy
> > to
> > > > > have
> > > > > > > the
> > > > > > > > community join this train :-)
> > > > > > > >
> > > > > > > > Thanks,
> > > > > > > > Courage
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>

Reply via email to