Skip to content

Commit

Permalink
Merge pull request #4010 from AllskyTeam/Rename-remote_website_instal…
Browse files Browse the repository at this point in the history
…l.sh-to-remoteWebsiteInstall.sh

Rename remote_website_install.sh to remoteWebsiteInstall.sh
  • Loading branch information
Alex-developer authored Dec 6, 2024
2 parents 261322e + 9935303 commit 6814a43
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 844 deletions.
4 changes: 2 additions & 2 deletions html/documentation/changeLog.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,11 @@ <h4>Enhancements / Changes</h4>
<span class="WebUISetting">Image Directory</span> in the WebUI.
</li>
<li>Installing a Website on a remote server is significantly easier as well.
Use the new <code>remote_website_install.sh</code> command;
Use the new <code>remoteWebsiteInstall.sh</code> command;
it will upload the Allsky Website files for you and remove any
old, unneeded files.
If this is a new remote Website,
<code>remote_website_install.sh</code> will ask you whether or not to
<code>remoteWebsiteInstall.sh</code> will ask you whether or not to
also upload any startrails, keograms, and timelapse videos on your Pi.
</li>
<li>Images, timelapse, keograms, and startrails can now be written
Expand Down
2 changes: 1 addition & 1 deletion html/documentation/explanations/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
You'll normally view the Allsky Documentation via the WebUI's
<span class="WebUIWebPage">Documentation</span> link instead of this file.

<li><span class="lsBlack">remote_website_install.sh</span>
<li><span class="lsBlack">remoteWebsiteInstall.sh</span>
<br>
The program used to prepare an optional remote Allsky Website.
This should only be run after viewing the
Expand Down
2 changes: 1 addition & 1 deletion html/documentation/installations/AllskyWebsite.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ <h2>Install a remote Allsky Website</h2>
<span class="subSettingsHeader">Remote Website</span> subsection.
Make sure to enable <span class="WebUISetting">Use Remote Website</span>
as well as enough other settings so Allsky can upload a file to the Website.
<li>Run <code>cd ~/allsky; ./remote_website_install.sh</code>
<li>Run <code>cd ~/allsky; ./remoteWebsiteInstall.sh</code>
to upload a default configuration file to your server,
leaving the master copy on the Pi.
<ul>
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2503,7 +2503,7 @@ restore_prior_files()
MSG="Your remote Website needs to be updated to this newest version."
MSG+="\nIt is at version ${PRIOR_V}"
# This command will update the version.
MSG+="\n\nRun: cd ~/allsky; ./remote_website_install.sh"
MSG+="\n\nRun: cd ~/allsky; ./remoteWebsiteInstall.sh"
display_msg --log notice "${MSG}"
fi
else
Expand Down
Loading

0 comments on commit 6814a43

Please sign in to comment.