README: update

pull/49/head
Sebastien Bourdeauducq 2019-07-20 11:31:24 +08:00
parent a0314e60ef
commit 17270346a2
1 changed files with 5 additions and 13 deletions

View File

@ -1,21 +1,13 @@
# m-labs with zola # M-Labs.hk website source code
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. For deployment, see the nix-scripts repository. Commits to https://git.m-labs.hk/M-Labs/web2019.git are automatically deployed to m-labs.hk through Hydra.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
### Installing
A step by step series of examples that tell you how to get a development env running
1. Clone the project 1. Clone the project
``` ```
git clone https://github.com/sovanna/m-labs-zola.git \ git clone https://git.m-labs.hk/M-Labs/web2019.git
&& cd m-labs-zola cd web2019
``` ```
2. Install Zola 2. Install Zola
@ -23,5 +15,5 @@ A step by step series of examples that tell you how to get a development env run
3. Start 3. Start
``` ```
zola serve --interface 0.0.0.0 --port 1111 zola serve
``` ```