Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mahara
mahara-scripts
Commits
98086ee8
Commit
98086ee8
authored
Aug 11, 2015
by
Aaron Wells
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding some documentation to the top
parent
ded41f21
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
vm/gitsetup.sh
vm/gitsetup.sh
+12
-0
No files found.
vm/gitsetup.sh
View file @
98086ee8
...
...
@@ -3,6 +3,18 @@
# This is a shell script to assist non-technical users in customizing the git environment
# in a VM that already has Mahara installed.
echo
""
echo
"This script will help you set up your git and generate your SSH public key"
echo
"for the Mahara Project's Gerrit."
echo
""
echo
"If you haven't set up accounts on"
echo
" * https://launchpad.net"
echo
" * https://reviews.mahara.org"
echo
"... hit Control-C to quit, and set those up now."
echo
""
echo
"Otherwise, hit Return to continue."
read
localuser
=
qa
homedir
=
/home/
$localuser
sshdir
=
$homedir
/.ssh
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment