calculate-wordpress-usage/README.md

22 lines
225 B
Markdown
Raw Normal View History

2019-10-23 19:50:50 +02:00
## Requirements
To run it you'll need either 2Gb of RAM or a swap file of the same size.
2019-10-10 17:11:38 +02:00
## Install
2019-10-10 17:27:05 +02:00
``` sh
sudo apt install clojure leiningen wget make
```
2019-10-10 17:11:38 +02:00
2019-10-10 00:37:22 +02:00
## Prepare
2019-10-10 17:27:05 +02:00
``` sh
2019-10-10 17:22:55 +02:00
make prepare
2019-10-10 17:27:05 +02:00
```
2019-10-10 00:37:22 +02:00
## Run
2019-10-10 17:27:05 +02:00
``` sh
2019-10-10 17:22:55 +02:00
make run
2019-10-10 17:27:05 +02:00
```