Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
configuration
Commits
9683a759
Commit
9683a759
authored
Aug 23, 2016
by
Ned Batchelder
Committed by
GitHub
Aug 23, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3339 from edx/ned/install-timestamps
Mark the start and end time of the installation
parents
4ec5882d
3225343d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
util/install/install_stack.sh
+2
-0
No files found.
util/install/install_stack.sh
View file @
9683a759
...
...
@@ -113,6 +113,7 @@ done
exec
>
>(
tee install-
$(
date +%Y%m%d-%H%M%S
)
.log
)
2>&1
echo
"Capturing output to install-
$(
date +%Y%m%d-%H%M%S
)
.log."
echo
"Installation started at
$(
date
'+%Y-%m-%d %H:%M:%S'
)
"
export
OPENEDX_RELEASE
=
$release
echo
"Installing release '
$OPENEDX_RELEASE
'"
...
...
@@ -170,5 +171,6 @@ else
sudo
bash
-c
"echo '192.168.33.10 preview.localhost' >> /etc/hosts"
fi
echo
"Installation finished at
$(
date
'+%Y-%m-%d %H:%M:%S'
)
"
echo
-e
"
${
SUCCESS
}
Finished installing! You may now 'cd
$stack
' and login using 'vagrant ssh'"
echo
-e
"Refer to the edX wiki (
$wiki_link
) for more information on using
$stack
.
${
NC
}
"
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