1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00
Commit graph

16 commits

Author SHA1 Message Date
0090240058 docker: add Dockerfile for Debian / Ubuntu based development environment 2017-06-17 04:04:21 +02:00
fb13bff086 docker: remove automatic dependencies 2017-06-17 03:52:41 +02:00
1c3d37c244 docker: build version of Fedora base image 2017-06-17 03:52:19 +02:00
0779e86c83 docker: do not build dependencies anymore, we use our RPM pacakges from now on 2017-06-15 14:00:23 +02:00
4316ecaf38 zeromq: add libzmq as thirdparty module 2017-05-23 15:19:23 +02:00
f433743173 nanomsg: added new messaging node-type 2017-05-23 14:54:25 +02:00
6c62a946ca cleanups 2017-05-14 11:10:27 +02:00
4f74107e91 install third party libraries to /usr/local/lib64 instead of /usr/local/lib 2017-05-08 00:50:53 +02:00
d69b2167ab update location of VILLASframework packages 2017-05-06 18:38:40 +02:00
57f8343146 show error message if dependency is missing (fixes #89) 2017-05-05 22:59:38 +00:00
9b1e6a33ed add license to headers 2017-04-27 13:20:20 +02:00
48a5b8ed0d updated build-system to build AsyncIP by default 2017-04-24 13:49:00 +02:00
bfad9ff397 fix some problems with GitLab CI deployment 2017-04-06 20:28:16 +02:00
9b6f99a775 build libwebsockets without the examples and test-server 2017-03-29 21:21:23 +02:00
08759dba39 do not add dnf repo yet because its password protected 2017-03-29 05:12:01 +02:00
dbc1530727 Overhaul of build and packaging system:
- Build RPM packages for VILLASnode and dependencies with the ‚rpm‘, ‚rpm-villas‘, ‚rpm-livxil‘ and ‚rpm-libwebsockets‘ make targets
- Upload new RPM packages to the repository with the ‚deploy‘ make target
- Build a developer Docker image with the `docker-dev` target
- Run the developer image with the `run-docker-dev` target
- Build a production Docker image with the `docker` target
  This requires that all RPM packages have been build previously!
- Use hard-coded default paths where applicable
- Updated index website
- Added some usage information and hints

Documentation of the new system is still outstanding
2017-03-29 04:04:20 +02:00