mirror of
https://github.com/standardebooks/web.git
synced 2025-07-08 07:40:39 -04:00
Change links to toolset
This commit is contained in:
parent
91a67060bf
commit
b52284b4c0
4 changed files with 6 additions and 6 deletions
|
@ -40,7 +40,7 @@ If everything went well you should now be able to open your web browser and visi
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
# First, install the SE toolset, which will make the `se build` command-line executable available to the `deploy-ebook-to-www` script:
|
# 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:
|
# Once the toolset is installed, clone a book and deploy it to your local SE site:
|
||||||
mkdir /standardebooks.org/ebooks/
|
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
|
## Some further notes
|
||||||
|
|
||||||
- The Vagrant script will install [se](https://github.com/standardebooks/tools) by default. If you don’t 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 don’t 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.
|
- `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.
|
||||||
|
|
||||||
|
|
|
@ -67,7 +67,7 @@ require "convert" "Try: apt-get install imagemagick"
|
||||||
require "rsvg-convert" "Try: apt-get install librsvg2-bin"
|
require "rsvg-convert" "Try: apt-get install librsvg2-bin"
|
||||||
require "git" "Try: apt-get install git"
|
require "git" "Try: apt-get install git"
|
||||||
require "php" "Try: apt-get install php-cli"
|
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")")"
|
scriptsDir="$(dirname "$(readlink -f "$0")")"
|
||||||
|
|
||||||
|
|
|
@ -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>
|
<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>
|
||||||
<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>
|
||||||
<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>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
@ -11,7 +11,7 @@ require_once('Core.php');
|
||||||
<ol class="full">
|
<ol class="full">
|
||||||
<li>
|
<li>
|
||||||
<h2>Set up the Standard Ebooks toolset and make sure it’s up-to-date</h2>
|
<h2>Set up the Standard Ebooks toolset and make sure it’s 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>
|
<code class="terminal"><span><b>pipx</b> install standardebooks</span></code>
|
||||||
<p>The toolset changes frequently, so if you’ve installed the toolset in the past, make sure to update the toolset before you start a new ebook:</p>
|
<p>The toolset changes frequently, so if you’ve 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>
|
<code class="terminal"><span><b>pipx</b> upgrade standardebooks</span></code>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue