Skip to content

Commit 59fdfe6

Browse files
committed
Added README and updated boot_docker_machine.sh
1 parent 7503654 commit 59fdfe6

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## CallerID
2+
3+
CallerID is a simple Google Hangouts clone demonstrating the usage of our redux [redux-module-builder](https://github.com/fullstackreact/redux-modules) implementation. CallerID uses the following technologies:
4+
5+
* React
6+
* Redux
7+
* Redux-thunk
8+
* react-router-redux
9+
* SimpleWebRTC
10+
* freeice
11+
* webpack
12+
* postcss
13+
* flexbox
14+
* react-redux
15+
16+
## Installing CallerID

scripts/boot_docker_machine.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ function HELP {
4141
e_log
4242
e_log "-p" "provider. Default: ${PROVIDER}"
4343
e_log "-v" "verbose. Default: ${VERBOSE}"
44-
e_log "-s" "number of nodes to start. Default: ${NUM_NODES}"
4544
e_log "-d" "dry run. Default: ${DRY_RUN}"
4645
e_log "-y" "skip confirmation. Default: ${SKIP_CONFIRMATION}"
4746
e_log "-n" "name. Default is: ${CLUSTER_PREFIX}"
@@ -64,8 +63,6 @@ while getopts :vdhp:ys:n:ct: FLAG; do
6463
;;
6564
n) CLUSTER_PREFIX="$OPTARG"
6665
;;
67-
s) NUM_NODES=$OPTARG
68-
;;
6966
t) SPOT_PRICE="$OPTARG"
7067
;;
7168
p)

0 commit comments

Comments
 (0)