You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once built, you may use `getdeps.py` to run the tests as well:
29
33
30
-
$ sudo apt-get update
34
+
# Run the tests
35
+
./build/fbcode_builder/getdeps.py --allow-system-packages test
31
36
32
-
Install mcrouter:
37
+
### Packaging
38
+
mcrouter ships with a basic `CPack` configuration that may be used to package it for your Linux distribution.
39
+
After building the project, change to its `getdeps.py` scratch dir, and run `cpack` with the appropriate generator.
33
40
34
-
$ sudo apt-get install mcrouter
35
-
36
-
37
-
### Installing From Source
38
-
39
-
See https://github.com/facebook/mcrouter/wiki/mcrouter-installation for more
40
-
detailed installation instructions.
41
-
42
-
Mcrouter depends on [folly](https://github.com/facebook/folly), [wangle](https://github.com/facebook/wangle), [fizz](https://github.com/facebookincubator/fizz), and [fbthrift](https://github.com/facebook/fbthrift).
43
-
44
-
The installation is a standard autotools flow:
45
-
46
-
$ autoreconf --install
47
-
$ ./configure
48
-
$ make
49
-
$ sudo make install
50
-
$ mcrouter --help
41
+
### Running mcrouter
51
42
52
43
Assuming you have a memcached instance on the local host running on port 5001,
0 commit comments