

- DOWNLOAD GITBOOK EDITOR HOW TO
- DOWNLOAD GITBOOK EDITOR INSTALL
- DOWNLOAD GITBOOK EDITOR CODE
- DOWNLOAD GITBOOK EDITOR PLUS
It should look something like this: (where my_book_repo is the actual name of the created repository). When the repository has been created, note its clone URL. Otherwise, the Create A Repo page on GitHub provides step-by-step instructions on creating a repository.
DOWNLOAD GITBOOK EDITOR HOW TO
If you already use GitHub for managing your software project, you already know how to do this. GitBook works best with GitHub repositories, so you might want to set up a dedicated GitHub repository for the book. Next, you need to create a Git repository. Press the Create Book button to create the book ( Figure 3).
DOWNLOAD GITBOOK EDITOR PLUS
Next, click the plus icon to create a new book, then specify the required book info, such as title, description, visibility, price, and category. GitBook conveniently pulls personal data from your Twitter or GitHub account, so you only need to note the token needed for linking the editor with the GitBook service and provide the payment information required to buy and sell books on GitBook. Once you've done that, switch to the Settings section and configure your GitBook profile ( Figure 2). Next, you can sign in to GitBook via Twitter or GitHub. Then, use the following commands to configure Git (replace the default values with your actual email and name): git config -global user.email config -global user.name "Your Name"
DOWNLOAD GITBOOK EDITOR INSTALL
On Debian and Ubuntu, you can do this by running the apt-get install git-core command as root.

Git is available in the official software repositories of most mainstream Linux distributions, so you can install it using your distro's package manager.

If you plan to use the editor to generate ebooks in the supported formats locally, you also need to install the Calibre ebook suite by following the instructions on the project's download page. You can also run the editor without installing it using the supplied run.sh script (don't forget to make it executable first). Then, run the script to install the GitBook editor. tar.gz archive, and make the install.sh script in the resulting directory executable using the chmod +x install.sh command.

Just point the browser to and you'll be prompted to download the editor version for your particular platform. Installing the editor couldn't be easier. To get started with GitBook, you need to do a few things up front: Install the GitBook editor and Git on your machine, configure a GitBook profile and create a book, and set up a Git repository for the book project. In fact, a lot of software that powers GitBook is released as open source.
DOWNLOAD GITBOOK EDITOR CODE
The editor itself is released under an open source license, and its source code is available on GitHub. Using the GitBook editor, you can generate an ebook in several formats (static website, PDF, EPUB, and MOBI) and sell it through other channels like Amazon Kindle Publishing, Gumroad, and even on your own website. The service also takes the burden of processing payments off your shoulders (it charges 20 percent per transaction).įigure 1: GitBook service offers everything you need to write, publish, and sell ebooks.Īlthough GitBook provides a convenient publishing platform, you are not tied to it. When the book is ready, you use the GitBook editor to push the final result to the GitBook service, which then builds the ebook in several formats and makes it available for sale ( Figure 1). Because the book is just a regular folder containing Markdown-formatted, plain-text files, you turn it into a Git repository and use Git functionality for versioning, synchronization, and collaboration with other contributors. To begin, you use the GitBook editor to create a book and format it with Markdown. The GitBook-based publishing workflow is relatively straightforward. However, this approach has advantages for other users, too, and the GitBook publishing platform offers everything you need to get started. Indeed, if you are already versed in formatting README files with Markdown and you rely on Git for managing software projects, using these technologies to write and publish an ebook makes a lot of sense. Using Markdown and Git for producing an ebook at first seems like something that would appeal only to developers and hackers.
