Install the WEB PLATFORM
Netlify offer continues deployment for our Web Platfrom - For free.
Last updated
Netlify offer continues deployment for our Web Platfrom - For free.
Last updated
The video uses github - now we use gitlab. But steps are similar. Follow the written docs.
By becoming our collaborator, you will always have access to the latest code. Send us your GitLab username and purchase code.
Then we will add you as collaborator on our repository.
Then you will have your own clone of the App Builder site.
If you don't want to wait for us to give you access, you can create new private repository with the code you downloaded from Code Canyon (Builder Folder). But this way you lose the opportunity to sync with our source code when we release new version.
Click on the button "New GIT Site"
Then select GitLab and connect with your account where you have forked the repository.
For Build command enter: unset CI && node fillenv.js && npm run build:cloud
Environment variables
Firebase have made changes in their firebase database link structure. So new databases are operating under https://PROJECTID-default-rtdb.firebaseio.com/. In that case, you need to deine new variable
Now on Netlify, click on "Deploy new site".
In you project, register with the admin email you have provided.
Now you site is up and running. But it is running on a subdomain from Netlify.
And you would want to have it under your domain. ex. builder.MYDOMAIN.com
NOTE: If you use Cloud Version - we will email you instructions.
This is supper easy.
Go in Domain Settings
2. Add custom domain
3. Receive DNS info. Enter the required DNS changes in your cPanel, Domain Register or DNS provider.
Your Builder Site is Active now. You can accept new customers now.
Local ( On your computer ): Makes iPhone apps ( Mac Only ) and Android Apps (MAC or Windows) )
With GitLab we can configure automatic code syn so your fork always has the latest code automatically. To do that.
GitLab Username
Forked project link
Access token with api access
And your code and instance on Netlify will be always up to date. No manual action needed.