iqlinuxadmin

Results 17 comments of iqlinuxadmin

What I am doing is starting on this page: https://github.com/ubccr/hpc-toolset-tutorial/blob/master/README.md and following the links to the next pages, running everything I see. For coldfront, I did the "Start From Scratch"...

I am indeed working off of the containers provided in this repo. It turns out that `git clone --bare` does exactly the opposite of what you want it to: https://graphite.dev/guides/git-clone-bare-mirror

This would work: ``` git clone --depth 1 https://github.com/OSC/bc_example_jupyter.git /var/git/bc_example_jupyter && rm -rf /var/git/bc_example_jupyter/.git ```

The end result is that it doesn't create the app. I'll try again and give you more details. It seems hard to believe that it doesn't work to me too,...

Okay. I started over from scratch. It almost worked. It gave me a permissions error. Once I did `chown hpcadmin:hpcadmin /var/git/bc_example_jupyter' the application was created successfully. I'm going to delete...

@aebruno it looks like you're the one for merging PRs for this repo. Could you take a look at mine?