alphacomm / alpharpc

AlphaRPC is an RPC daemon based on ZeroMQ that can be used to distribute workload over one or multiple servers.
alpharpc.net
BSD 3-Clause "New" or "Revised" License
2 stars 5 forks source link

Fix enabling extension in Getting Started guide. #38

Closed jacobkiers closed 9 years ago

jacobkiers commented 9 years ago

The command to enable the ZMQ extension in the Getting Started guide did not work, because sudo could not deal with output redirection of the echo command.

By replacing it with an explicit call to the shell, it works again.