forked from docs/team-docs
Updated authoring tools.
This commit is contained in:
parent
4f181c29e5
commit
83118db9ad
3 changed files with 300 additions and 68 deletions
21
preview.sh
21
preview.sh
|
|
@ -1,18 +1,5 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
if [ "$(uname)" = "Darwin" ]; then
|
||||
# Running on macOS.
|
||||
# Let's assume that the user has the Docker CE installed
|
||||
# which doesn't require a root password.
|
||||
echo "The preview will be available at http://localhost:8080/"
|
||||
docker run --rm -v "$(pwd):/antora:ro" -v "$(pwd)/nginx.conf:/etc/nginx/conf.d/default.conf:ro" -p 8080:80 nginx
|
||||
|
||||
elif [ "$(expr substr "$(uname -s)" 1 5)" = "Linux" ]; then
|
||||
# Running on Linux.
|
||||
# Fedora Workstation has python3 installed as a default, so using that
|
||||
echo ""
|
||||
echo "The preview is available at http://localhost:8080"
|
||||
echo ""
|
||||
cd ./public
|
||||
python3 -m http.server 8080
|
||||
fi
|
||||
echo "Deprecated. Use the docsbuilder.sh script instead"
|
||||
sleep 2
|
||||
./docsbuilder.sh -p
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue