Skip to content

Commit fcad9ec

Browse files
author
Jon Watte
committed
More quickstart debugging
1 parent ca445c9 commit fcad9ec

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ For more documentation than what is found in this file, see:
2323
Quickstart:
2424
-----------
2525

26-
git clone [email protected]:imvu-open/istatd.git
27-
cd git
28-
./quickstart.sh
26+
git clone [email protected]:imvu-open/istatd.git
27+
cd git
28+
./quickstart.sh
2929

30-
Then open localhost:18011 in a browser.
30+
Then open localhost:18011 in a browser.
3131

3232
This program is implemented in C++ using boost::asio for asynchronous,
3333
multi-threaded, evented net handling. One version of this program used

quickstart.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ echo "calling ./configure"
1313
echo "calling make -j4"
1414
make -j4
1515
echo "setting up in /var/tmp"
16-
mkdir /var/tmp/istatd-quickstart
17-
mkdir /var/tmp/istatd-quickstart/store
18-
mkdir /var/tmp/istatd-quickstart/settings
16+
mkdir -p /var/tmp/istatd-quickstart
17+
mkdir -p /var/tmp/istatd-quickstart/store
18+
mkdir -p /var/tmp/istatd-quickstart/settings
1919
ln -sf `pwd`/files /var/tmp/istatd-quickstart/files
2020
echo "istatd starting up -- hit localhost:18011 in a browser to see it in action"
2121
bin/istatd --config quickstart.cfg --user `logname`

0 commit comments

Comments
 (0)