Page 1 of 1

Server Code backup/ how to have development and production mode

Posted: Mon Jan 13, 2014 1:50 pm
by Kartik A

I am using Server Code in my app. I know there is a version control for App tab but how to maintain version control for Database and Server Code.

Also is there any development/production/testing mode I could set for Database and Server code? At present I am planning to deploy my app into app store. My app has server code too. At present anyone that download my app will be calling my server code. How could I have a seperate env to continue my development while people are using my server code in production. Please advise?


Server Code backup/ how to have development and production mode

Posted: Mon Jan 13, 2014 2:33 pm
by Maryna Brodina

Hello! [quote:]maintain version control for Database and Server Code[/quote] there is no such option.
[quote:]How could I have a seperate env to continue my development while people are using my server code in production[/quote] you can create and work with server code and DB copy.


Server Code backup/ how to have development and production mode

Posted: Thu Jan 16, 2014 6:24 pm
by Kartik A

Thanks Maryna!!!