forked from M-Labs/web2019
README: update
This commit is contained in:
parent
a0314e60ef
commit
17270346a2
18
README.md
18
README.md
|
@ -1,21 +1,13 @@
|
|||
# m-labs with zola
|
||||
# M-Labs.hk website source code
|
||||
|
||||
|
||||
## 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
|
||||
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.
|
||||
|
||||
|
||||
1. Clone the project
|
||||
|
||||
```
|
||||
git clone https://github.com/sovanna/m-labs-zola.git \
|
||||
&& cd m-labs-zola
|
||||
git clone https://git.m-labs.hk/M-Labs/web2019.git
|
||||
cd web2019
|
||||
```
|
||||
|
||||
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
|
||||
|
||||
```
|
||||
zola serve --interface 0.0.0.0 --port 1111
|
||||
zola serve
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue