Hi Karthik, Thanks. Can't seem to find the cassandra.env.
I'm on GCP and since the shell environment is "ephemeral" I also need to make changes to the environment, and push the container images to something... google container registry I guess. Easier to push a docker container image, which is still in process. So, catch 22 for me right now. anyway... I'm wondering if anyone has gotten it running on Google Cloud Platform (GCP). If on GCP, I'm looking at using the java project deploy process - any idea if that's a good way to go? https://cloud.google.com/appengine/docs/standard/java/tools/using-maven I think that means that if we then added the following section to the maven POM file, it would then accept the command $mvn appengine:deploy # to deploy a new build. <plugin> <groupId>com.google.cloud.tools</groupId> <artifactId>appengine-maven-plugin</artifactId> <version>1.3.2</version> </plugin> Again, I don't care where I deploy - but I do want to this project to be easily deployed, and I urgently need an instance running with endpoints accessible to a small team. Can anyone help me get that going? Thanks, James On Tue, Nov 13, 2018 at 10:12 PM Karthik Ananthakrishnan <[email protected]> wrote: > Hello James, > > I had issues in brining up the server and figured out that it was failing > due to memory issues. So, i added swap space which helped. > > Can you explain what issue you are facing brining up the application in > GC.? Have you tried comparing cassandra.yaml and env-sh files that Louis > had emailed earlier.? > > Thanks, > Karthik > > > On Tue, Nov 13, 2018 at 11:38 PM James Dailey <[email protected]> > wrote: > > > Hi Karthik - I'm having similar issues with cassandra on google cloud > > platform I believe. Can you explain your approach a bit more? If you > > already documented it somewhere, please let me know.... I'd also be happy > > to help you document it. > > > > James > > > > On Thu, Aug 9, 2018 at 4:54 AM Karthik Ananthakrishnan > > <[email protected]> wrote: > > > > > Sure Issac > > > > > > Get Outlook for iOS<https://aka.ms/o0ukef> > > > ________________________________ > > > From: Isaac Kamga <[email protected]> > > > Sent: Thursday, August 9, 2018 4:52:59 PM > > > To: Dev > > > Cc: Myrle Krantz > > > Subject: Re: Fineract CN Setup issues > > > > > > Hi Karthik, > > > > > > Given that you've fixed both issues, could you kindly send a PR to the > > > fims-web-app <https://github.com/apache/fineract-cn-fims-web-app> > > > repository ? > > > > > > I will be thrilled to review and merge. > > > > > > You could also update the How To Build Fineract CN > > > < > > > > > > https://cwiki.apache.org/confluence/display/FINERACT/How+To+Build+Apache+Fineract+CN > > > > > > > page on Confluence with your learnings. > > > > > > Cheers, > > > Isaac Kamga. > > > > > >
