Makefile.ruby (821:b2fbe135c737) Makefile.ruby (901:1b786504d4c6)
1MODULES+= ruby
2MODULE_SUFFIX_ruby= ruby
3
4MODULE_SUMMARY_ruby= Ruby module for NGINX Unit
5
6MODULE_VERSION_ruby= $(VERSION)
7MODULE_RELEASE_ruby= 1
8

--- 41 unchanged lines hidden (view full) ---

50----------------------------------------------------------------------
51
52The $(MODULE_SUMMARY_ruby) has been installed.
53
54To check the sample app, run these commands:
55
56 sudo service unit start
57 cd /usr/share/doc/%{name}/examples
1MODULES+= ruby
2MODULE_SUFFIX_ruby= ruby
3
4MODULE_SUMMARY_ruby= Ruby module for NGINX Unit
5
6MODULE_VERSION_ruby= $(VERSION)
7MODULE_RELEASE_ruby= 1
8

--- 41 unchanged lines hidden (view full) ---

50----------------------------------------------------------------------
51
52The $(MODULE_SUMMARY_ruby) has been installed.
53
54To check the sample app, run these commands:
55
56 sudo service unit start
57 cd /usr/share/doc/%{name}/examples
58 sudo curl -X PUT --data-binary @unit.config --unix-socket /var/run/control.unit.sock :/config
58 sudo curl -X PUT --data-binary @unit.config --unix-socket /var/run/control.unit.sock http://localhost/config
59 curl http://localhost:8700/
60
61Online documentation is available at https://unit.nginx.org
62
63----------------------------------------------------------------------
64BANNER
65endef
66export MODULE_POST_ruby
59 curl http://localhost:8700/
60
61Online documentation is available at https://unit.nginx.org
62
63----------------------------------------------------------------------
64BANNER
65endef
66export MODULE_POST_ruby