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

shared data and username emphasis #103

Merged
merged 2 commits into from Aug 3, 2018
Merged

shared data and username emphasis #103

merged 2 commits into from Aug 3, 2018

Conversation

choldgraf
Copy link
Member

@choldgraf choldgraf commented Aug 2, 2018

This is some wording to show people how to distribute data with their users. Let me know what you think!

closes #101
closes #102 (by a rebase accident? idk!)

Copy link
Collaborator

@yuvipanda yuvipanda left a comment

Choose a reason for hiding this comment

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

Formatting changes + add sudo everywhere.

#. Create a terminal session within your JupyterHub interface.
#. Create a folder where your data will live:

```
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is markdown, no?

mkdir /srv/data/mydatafolder
```
#. Download the data into this folder. For example, using `curl` or by running
a `python` script that downloads the data.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Also markdown.

```
#. Create a symbolic link to the data folder

```
Copy link
Collaborator

Choose a reason for hiding this comment

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

more markdown :)

#. Create a symbolic link to the data folder

```
ln -s /src/data/mydatafolder mydatafolder
Copy link
Collaborator

Choose a reason for hiding this comment

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

needs sudo

#. Create a folder where your data will live:

```
mkdir /srv/data/mydatafolder
Copy link
Collaborator

Choose a reason for hiding this comment

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

needs sudo

```
mkdir /srv/data/mydatafolder
```
#. Download the data into this folder. For example, using `curl` or by running
Copy link
Collaborator

Choose a reason for hiding this comment

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

They need to use sudo for this too.

@yuvipanda
Copy link
Collaborator

@choldgraf when it is changes like this, do I have a general ok from you to just make the fixes and merge? I know we have it for other projects, but wanted to explicitly check :)

@yuvipanda
Copy link
Collaborator

@choldgraf I've implemented all the changes and am gonna merge soon. LMK if you don't want me to do this in the future :)

@yuvipanda yuvipanda merged commit 8e8a303 into master Aug 3, 2018
@choldgraf
Copy link
Member Author

@yuvipanda sorry I missed your last comment, yes you definitely have permission from me to do this!

@choldgraf
Copy link
Member Author

(if I disagree, I'll just tell you I disagree and/or open a PR :-) )

@yuvipanda yuvipanda deleted the skeleton branch August 3, 2018 23:52
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.

Install on your own server install script doesn't work when copied Document sharing a folder between users
2 participants