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

script for one click start in ubuntu #221

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

patelfenil
Copy link

This script provides one click start type functionality.
On running the script

  1. if docker is not installed then docker will be installed
  2. all the commands for starting up swellrt will be executed
    After the completion of the script, the user can checkout swellrt on localhost:9898.

@pablojan
Copy link
Contributor

pablojan commented Jun 27, 2017 via email

Copy link
Contributor

@pablojan pablojan left a comment

Choose a reason for hiding this comment

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

Thanks for the work. Which tests have you run?
I see multiple lines starting the swellrt container "docker run (...) p2pvalue/swellrt " but I think there should be just one, having multiple arguments -v and -e

@pablojan
Copy link
Contributor

More comments:

  • Rename script's file name to install-docker-ubuntu.sh

  • Use a local folder to map swellrt's docker folders, instead of use by default /usr/local/swellrt, the script must create (if not exist) a local folder ~/.swellrt/with the rest of folders inside: ~/.swellrt/config ~/.swellrt/log ~/.swellrt/sessions ...

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.

None yet

2 participants