-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Description
Hi Guys,
I'm installing codis with GO 1.7 and I've successfully compiled it with all dependencies.
First there are issues resolving something in the Makefile but I could managed to resolve it.
Now after everything is compiled I have the follwoing files under bin directory:
drwxr-xr-x. 4 root root 4096 Jul 4 16:10 assets
-rwxr-xr-x. 1 root root 15041943 Jul 4 16:10 codis-admin
-rwxr-xr-x. 1 root root 16271124 Jul 4 16:10 codis-dashboard
-rwxr-xr-x. 1 root root 8843404 Jul 4 16:10 codis-fe
-rwxr-xr-x. 1 root root 8620289 Jul 4 16:10 codis-ha
-rwxr-xr-x. 1 root root 10079739 Jul 4 16:10 codis-proxy
-rwxr-xr-x. 1 root root 6312957 Jul 4 16:08 codis-server
-rw-r--r--. 1 root root 151 Jul 4 16:08 version
Where and how I can compile the codis-config.
Do I need it in this version?