Follow the steps below to install and set up the project.
Ensure that the following tools are installed on your system:
- RubyGems (gem)
- Bundler
- Make
You can check if they are installed by running:
gem --version
bundler --version
make --version
If any of these tools are not installed, you can install them using the following commands:
-
Install Ruby (if not already installed):
- On macOS:
brew install ruby
- On Ubuntu:
sudo apt-get install ruby-full
- On macOS:
-
Install Bundler:
gem install bundler
- On macOS:
brew install make
- On Ubuntu:
sudo apt-get install build-essential
After ensuring that all dependencies are installed, you can run:
make install
bundle install
Clone the repository and navigate into the project directory:
git clone https://github.com/Elixir-For-Everyone/Elixir-For-Everyone
cd Elixir-For-Everyone
Execute the installation script to set up the project:
./install.sh
To generate book you can use
-
make all
Alternatively
You can generate different output formats using the following commands:
-
To generate an EPUB file:
make epub
-
To generate a PDF file:
make pdf
-
To generate HTML files:
make html
This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-sa/3.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.