How to Integrate a Flatlogic App from GitHub into an new Project?

Gravatar

Hi everyone!

I have a question about integrating an application from GitHub into an existing project. I'm using an application generated by Flatlogic, but it was created in a different project. Does anyone know if it is possible to connect such an application to my current project? If so, what steps do I need to take to achieve this?

I would appreciate any guidance and advice!

Thanks in advance!

User profile image

Integrating an application generated by Flatlogic from one project into another existing project is possible, but it typically involves some manual steps. Here are the general steps you might want to follow:

  • Clone the GitHub Repository: Start by cloning the repository of the generated application to your local machine.
  • Review Dependencies and Configurations: Ensure that the dependencies and configurations in the generated application align with those in your existing project.
  • Merge Codebases: Carefully merge the codebase of the generated application into your existing project. This could involve copying over files and modifying configuration files to ensure compatibility.
  • Database Integration: If your generated application includes database schemas, make sure to integrate those schemas with your existing database. This might include running migrations or adjusting schema definitions.
  • Testing: Thoroughly test the integrated application to ensure everything works seamlessly together.
Gravatar

My problem is that I cannot deploy the flatlogic application that I have on github to a new flatlogic project

User profile image

here is a clear instructions on how to work with GitHub: https://flatlogic.com/documentation/how-to-work-with-github

User profile image

also here is a video from YouTube about it: https://www.youtube.com/watch?v=6wafvCqaukg&t=1183s 24:40 Working with the code (making modifications to the code locally) 26:13 Pushing local updates to GitHub 27:38 Adding another entity (modifying schema) 28:57 Pushing platform updates to Github and merging branches 30:55 Pulling updates to the local machine 33:00 Deploying updates to the cloud

Gravatar

I meant the case in which I want to indicate the repository from which the flatlogic project should be used. In my case when i click "Deploy from Github" it use already assigned repository, thats what i want to change.

User profile image

If we understand you correctly, you want to run your code on a different github. to do this, you need to go to the project settings and disconnect your previous GitHub, and reconnect the other one. https://flatlogic.com/documentation/disconnecting-github

Gravatar

I need to have one repository with two projects connected to it.

Example:

Host the same code/repo of the app in two projects. Move a project from the first account to the second account.

Problem: I cant connect existing repo to new flatlogic project

User profile image

Unfortunately, Flatlogic currently doesn't support connecting a single repository to multiple projects directly through the interface.

Solved
Gravatar

Thanks a lot :)

Cookie Consent

By continuing to browse or by clicking 'OK', you agree to the storing of cookies on your device to enhance your site experience and for analytical purposes. To learn more about how we use cookies, please see our cookies policy.