Change links to toolset

This commit is contained in:
Alex Cabal 2020-04-18 10:37:22 -05:00
parent 91a67060bf
commit b52284b4c0
4 changed files with 6 additions and 6 deletions

View file

@ -40,7 +40,7 @@ If everything went well you should now be able to open your web browser and visi
```shell
# First, install the SE toolset, which will make the `se build` command-line executable available to the `deploy-ebook-to-www` script:
# https://github.com/standardebooks/tools
# https://standardebooks.org/tools
# Once the toolset is installed, clone a book and deploy it to your local SE site:
mkdir /standardebooks.org/ebooks/
@ -199,7 +199,7 @@ After you have installed both, you can start and manage a VM running a server li
## Some further notes
- The Vagrant script will install [se](https://github.com/standardebooks/tools) by default. If you dont want that (it pulls in quite a few dependencies), remove the `se-tools` argument in Vagrantfile.
- The Vagrant script will install [se](https://standardebooks.org/tools) by default. If you dont want that (it pulls in quite a few dependencies), remove the `se-tools` argument in Vagrantfile.
- `se`, if installed in the VM, and /standardebooks.org/scripts are in the VMs path. This means you can easily use them with `vagrant ssh -c` like this: `vagrant ssh -c "sync-ebooks -vv /standardebooks.org/ebooks; deploy-ebook-to-www -v --group www-data /standardebooks.org/ebooks/*"`, which would populate the test server with all available SE ebooks.

View file

@ -67,7 +67,7 @@ require "convert" "Try: apt-get install imagemagick"
require "rsvg-convert" "Try: apt-get install librsvg2-bin"
require "git" "Try: apt-get install git"
require "php" "Try: apt-get install php-cli"
require "se" "Read: https://github.com/standardebooks/tools"
require "se" "Read: https://standardebooks.org/tools"
scriptsDir="$(dirname "$(readlink -f "$0")")"

View file

@ -61,10 +61,10 @@ require_once('Core.php');
<p><a href="/contribute/a-basic-standard-ebooks-source-folder">Descriptions of the files in a fresh Standard Ebooks source folder.</a></p>
</li>
<li>
<p><a href="https://github.com/standardebooks/tools">The Standard Ebooks toolset on GitHub.</a></p>
<p><a href="https://standardebooks.org/tools">The Standard Ebooks toolset.</a></p>
</li>
<li>
<p><a href="https://github.com/standardebooks">All Standard Ebooks ebook source files on GitHub.</a></p>
<p><a href="https://github.com/standardebooks">All Standard Ebooks ebook source files.</a></p>
</li>
</ul>
</section>

View file

@ -11,7 +11,7 @@ require_once('Core.php');
<ol class="full">
<li>
<h2>Set up the Standard Ebooks toolset and make sure its up-to-date</h2>
<p>The Standard Ebooks project has a toolset that will help you produce an ebook. The toolset installs the <code class="bash"><b>se</b></code> command, which has various subcommands related to creating Standard Ebooks. You can <a href="https://github.com/standardebooks/tools">read the complete installation instructions</a>, or if you already have <a href="https://pipxproject.github.io/pipx/installation/"><code class="bash"><b>pipx</b></code> installed</a>, run:</p>
<p>The Standard Ebooks project has a toolset that will help you produce an ebook. The toolset installs the <code class="bash"><b>se</b></code> command, which has various subcommands related to creating Standard Ebooks. You can <a href="https://standardebooks.org/tools">read the complete installation instructions</a>, or if you already have <a href="https://pipxproject.github.io/pipx/installation/"><code class="bash"><b>pipx</b></code> installed</a>, run:</p>
<code class="terminal"><span><b>pipx</b> install standardebooks</span></code>
<p>The toolset changes frequently, so if youve installed the toolset in the past, make sure to update the toolset before you start a new ebook:</p>
<code class="terminal"><span><b>pipx</b> upgrade standardebooks</span></code>