-
Notifications
You must be signed in to change notification settings - Fork 39
Getting started
cgebken edited this page Nov 22, 2017
·
20 revisions
Before you can write your blogpost and get started, you need to follow these steps:
Only once:
- Fork the epages-devblog repository.
- Clone the repository.
$ git clone [email protected]:ePages-de/epages-devblog.git
Everytime you write a blog post:
- Enter the folder
$ cd epages-devblog
-
Run the folder with
$ docker-compose up
.
--> Using this virtual machine, you do not have to install Ruby, Jekyll or anything else yourself. -
Go to
http://localhost:4000/
to preview your blogpost. To speed everything up, only the blog post of the previous and the current month as well as the index page were built.