On 2 November 2015 at 00:04, Mateusz Loskot <mate...@loskot.net> wrote:
> Folks,
>
> As proposed [1], I have just added [2] Vagrant set up with virtual development
> environment for SOCI. The brief manual [3] should be clear.
>
> Please, testers and users are strongly welcome
> and open GH issue in case anyting is not working.
>
> Next stop, Oracle and DB2 boxes.

There has been lots of update to Vagrant setup and now it offers
(almost) complete environment to build and test all backends,
including DB2.

Oracle is not available yet, but it will work in very similar way to DB2.

Here is complete usage manual
https://github.com/SOCI/soci/blob/master/docs/vagrant.md

Basically, once you have SOCI git repo locally and Vagrant installed,
in command line, go to the repo directory and run:

vagrant up

This will do the following:
1) create and boot two guest virtual machines:
soci (ping vmsoci.local)
db2 (ping vmdb2.local)
2) configure runtime environment
3) create users and test database: DB2, Firebird, MySQL, PostgreSQL
4) run CMake in /home/vagrant/soci-build
5) run make in /home/vagrant/soci-build

Then, you can

vagrant ssh soci

cd /home/vagrant/soci-build
make test

Some useful info is printed in the "vagrant up" command output.

Hopefully, we now have got hassle-free SOCI development environment
accesisble to everyone.

Best regards,
-- 
Mateusz  Loskot, http://mateusz.loskot.net

------------------------------------------------------------------------------
_______________________________________________
soci-users mailing list
soci-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/soci-users

Reply via email to