mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 22:54:27 -04:00
Update setup.sh
This commit is contained in:
parent
2e0781375f
commit
0644856aae
1 changed files with 5 additions and 5 deletions
10
bin/setup.sh
10
bin/setup.sh
|
@ -62,9 +62,9 @@ echo " ⚠️ If you want to use Docker, press [Ctrl-C] to cancel now. ⚠️
|
||||||
echo " Get Docker: https://docs.docker.com/get-docker/"
|
echo " Get Docker: https://docs.docker.com/get-docker/"
|
||||||
echo " (after you've installed Docker, run this script again)"
|
echo " (after you've installed Docker, run this script again)"
|
||||||
echo ""
|
echo ""
|
||||||
echo "Otherwise, install will continue with apt/brew/pip in 10s... (press [Ctrl+C] to cancel)"
|
echo "Otherwise, install will continue with apt/brew/pip in 15s... (press [Ctrl+C] to cancel)"
|
||||||
echo ""
|
echo ""
|
||||||
sleep 10 || exit 1
|
sleep 15 || exit 1
|
||||||
|
|
||||||
echo "[i] ArchiveBox Setup Script 📦"
|
echo "[i] ArchiveBox Setup Script 📦"
|
||||||
echo ""
|
echo ""
|
||||||
|
@ -80,8 +80,8 @@ echo ""
|
||||||
echo " If you'd rather install these manually as-needed, you can find detailed documentation here:"
|
echo " If you'd rather install these manually as-needed, you can find detailed documentation here:"
|
||||||
echo " https://github.com/ArchiveBox/ArchiveBox/wiki/Install"
|
echo " https://github.com/ArchiveBox/ArchiveBox/wiki/Install"
|
||||||
echo ""
|
echo ""
|
||||||
echo "Continuing in 10s... (press [Ctrl+C] to cancel)"
|
echo "Continuing in 15s... (press [Ctrl+C] to cancel)"
|
||||||
sleep 10 || exit 1
|
sleep 15 || exit 1
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
# On Linux:
|
# On Linux:
|
||||||
|
@ -130,7 +130,7 @@ cd ~/archivebox
|
||||||
if [ -f "./data/index.sqlite3" ]; then
|
if [ -f "./data/index.sqlite3" ]; then
|
||||||
cd ./data
|
cd ./data
|
||||||
fi
|
fi
|
||||||
archivebox init --setup
|
: | archivebox init --setup || true
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "[+] Starting ArchiveBox server using: nohup archivebox server &..."
|
echo "[+] Starting ArchiveBox server using: nohup archivebox server &..."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue