Install and configure Backendless Standalone on a PC? - backendless

After Parse.com announced they're closing I've decided to find a new mbaas, and I found Backednless.
I downloaded their standalone version and installed it on my PC.
I would like to configure it in some way, in order to be able to deploy my custom Java/PHP server code from CodeRunner on InteliJ IDE to the Standalone version running on my PC.
Could show me how do you configure the config files properly, please?

Related

Developing Symfony project on external webserver: Best Practices

I'm new to Symfony. Most tutorials develop symfony on a local XAMP or MAMP server using Visual Studio Code. It works well because you can edit the PHP files locally, save and check the result. But now I would like to develop on a live (development) server. What is the best way to do this? Can I connect my Visual Studio Code to the live server and work on the machine? Or do I have to download the files from the server first, edit them locally and upload them again?

Hosting asp.net core on ubuntu 14.04

I have a problem with hosting my web app. I am using DigitalOcean ubuntu 14.04 as my server and I am following this http://blog.jsinh.in/hosting-asp-net-5-web-application-on-linux/#.VxNtBPmLSUl tutorial. The problem I get is that I don't know how to "put" my project to the server. I already published it using dnu and including dnx-coreclr-win-x64.1.0.0-rc1-update1 . I have it on my github https://github.com/ziombo/KISDNU but I still dont know how to deploy it to my linux server and what to do next.
Please see :
Official doc: https://docs.asp.net/en/latest/getting-started/installing-on-linux.html
Digital Ocean related walkthrough: https://blog.theobjectifiedprogrammer.com/install-vnext-on-digitalocean-ubuntu-droplet/

Visual Studio Tools for Apache Cordova : Update NPM and NodeJS

Hi I installed Visual Studio Tools for Apache Cordova during the winter. I have now worked on an angular project which has npm dependancies, and gulp files which use a Node server to serve pages to test out the app.
I did however like the way VS.Net installed NodeJS and other tools during the Visual Studio Tools for Apache Cordova installation, adding the correct paths to my system to get great CMD support for git, npm etc.
I want to continue to develop Cordova apps using Visual STudio, especially using the Mac remote deployment node module that was installed. However I find that the version of NodeJS and NPM that was installed is now out of date. I got a warning about version numbers when I installed the Azure-cli node package.
What is the best way to update NodeJS and NPM versions so that they stay integrated with Visual Studio Tools for Apache Cordova
There is no specific limitation for updating nodejs, but please be aware of some known issue related to newer version of nodejs. Just make sure you will not run into these scenarios, and I think you can feel free to update.
If you do encounter any issue after you update the nodejs to a specific version, I think it's good to raise the issue and let MS VS team to fix it in future release.
And make sure the nodejs is added into your PATH system environment varaibles.

Cannot install Microsoft Web Farm Framework v2.2

Trying to install Microsoft Web Farm Framework v2.2 on a Windows 2008 server.
I've already downloaded and installed Web PI v3 after realising v4 is too new to be able to download the Web Farm Framework.
When I run the installer for the Web Farm Framework v2.2 I get the following error:
Web Deployment Tool is a pre-requisite for installing Web Farm Framework. Please install the Web Deployment tool.
The strange thing here is that Web Deploy is already installed (v3.0). So I then try and download v3.5 assuming there is a problem with the current version at v3.
However when I try to install this I get the following error:
Failed to instal Web Platform Installer. Lick OK to use the browser to download installer.
Can anyone help to get this working?
Not sure why it wants me to open another browser window since I just came from a browser to install the extension? So it seems I cannot install something because there is a dependency on something else, yet I can't install that dependency either.
Why is this so difficult and why hasn't Microsoft made this easier to install?
I got this working in the end. Basically you need to just install everything in sequence starting with the Web PI v3 then Web Deploy v2 followed by the Web Farm Framework. It seems there is a dependency on specific versions on each of the required tools. Not sure why it insists on opening a browser window again though.
I just encountered this issue and tried the registry modification which helped me out.
Try changing the registry setting install the module and change the registry back to the original value.
Open Regedit > HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\InetStp
Edit "MajorVersion" and set the "HexaDecimal" value to 9
Install the WebFarm 2.2 module.
Change the "MajorVersion" back to "HexaDecimal" value of a
Hit F5 while in Regedit
Close Regedit

How to build exe with Adobe AIR adt on Ubuntu Linux?

I have an existing application that is built on Ubuntu Linux using Maven. It has a server part (Java), Client part (Flex/AIR) and installers (Windows installers + RPMs). The client part now needs to be expanded to use a Native Extension. For this, you cannot longer build a .air, it needs to be a .exe.
I am trying to figure out how I can build this .exe now on Ubuntu Linux.
I am directly calling the adt.jar with some arguments to try to do this, but I get the following error:
Native extensions are not allowed for the current target
Is there a way to make this work?
regards,
Wim

Resources