Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/conference gui #60

Merged
merged 6 commits into from
Mar 13, 2015
Merged

Feature/conference gui #60

merged 6 commits into from
Mar 13, 2015

Conversation

will1771
Copy link
Contributor

Fixes #46 .

@@ -9,6 +9,6 @@ Vagrant.configure("2") do |config|
config.vm.provision "shell", inline:
"ps aux | grep 'sshd:' | awk '{print $2}' | xargs kill"

config.vm.network :forwarded_port, host: 8080, guest: 8080
#config.vm.network :forwarded_port, host: 8080, guest: 8080
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was breaking my ability to run the Spring Boot jar off my machine. If people are using docker for the app server and need this port, I can go back to just commenting it out locally.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 0.0% when pulling 5d91743 on feature/conference_gui into 0f5bf3f on develop.

@chenry chenry merged commit 83312d7 into develop Mar 13, 2015
@chenry chenry deleted the feature/conference_gui branch March 13, 2015 00:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UI for Persisting Conference
3 participants