Have been developing with developer on my machine and now I want to move servoy server to our development server for real testing. Trouble is that the installer is a visual one and the server is headless.
What’s the best way to get everything across? Is it ok just to copy the dir structure across (I want to take the asa repository across as well)
for servoy just copy the complete directory structure.
What database are you using? Sybase? That one is included in the dir.
Ofcourse you have to copy a directory then from linux->linux of win->win you can’t mix then.
Development machine is linux. Server is linux also. We are using postgres for our database and it seems the sybase asa for the servoy specific stuff (don’t know how to copy it over… I’ll figure it out later)
I will see what happens if I just scp the entire directory structure across.
I found copying the directory structure across too messy. I also decided setting up ASA on our linux server was an additional hassle (why not just run it on postgres with rest???) I was getting startup java exceptions and the shared object problems etc. So In the end I
Did a dud install on my local machine to generate the structure of the install.xml configuration file.
Modified the properties/install location etc in install.xml and used it with server_installer.jar to install it on my servoy.
Copied across the servoy.properties file from the fresh dud install on my local machine and changed the repository_server, user_data and log_server database settings to work with postgres.
Created the appropriate postgres user and databases for the base servoy databases.
Started it fine. (no exceptions or asa problems)
Currently waiting on mods to the production server firewall. This is because I plan to import our solution that was built on my development machine using the web interface on the production server.
if you are running the rest on postgres then you can use that db also fine as youre repository server..
Just make a db in postgres and point to that one as ‘repository_server’