Skip to content

Commit

Permalink
v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rimusz committed Jul 25, 2015
1 parent ed79708 commit b4d1b84
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CoreOS-xhyve UI/CoreOS-xhyve UI-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.1.4</string>
<string>0.1.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>27</string>
<string>29</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
1 change: 1 addition & 0 deletions src/CoreOS-xhyve_UI_VM.command
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ cd ~/coreos-xhyve-ui/cloud-init
# Start VM
echo "Waiting for VM to boot up... "
cd ~/coreos-xhyve-ui
export XHYVE=~/coreos-xhyve-ui/bin/xhyve
"${res_folder}"/bin/coreos-xhyve-run -f custom.conf coreos-xhyve-ui

# Stop webserver
Expand Down
1 change: 1 addition & 0 deletions src/coreos-xhyve-install.command
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

# copy files to ~/coreos-xhyve-ui/bin
cp -f "$1"/files/* ~/coreos-xhyve-ui/bin
cp -f "$1"/bin/xhyve ~/coreos-xhyve-ui/bin
chmod 755 ~/coreos-xhyve-ui/bin/*

# copy user-data
Expand Down
3 changes: 3 additions & 0 deletions src/up.command
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
# get App's Resources folder
res_folder=$(cat ~/coreos-xhyve-ui/.env/resouces_path)

# copy xhyve to bin folder
cp -f "${res_folder}"/bin/xhyve ~/coreos-xhyve-ui/bin

# get VM IP
vm_ip=$(cat ~/coreos-xhyve-ui/.env/ip_address)

Expand Down

0 comments on commit b4d1b84

Please sign in to comment.