Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 186b97a

Browse files
committed
Tweak installation instructions in README
1 parent 83db527 commit 186b97a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,15 @@ interface with existing workflows.
2828
```
2929
git clone https://github.com/midasplatform/Midas.git midas
3030
cd midas
31+
chmod a+w core/configs/ data/ log/ tmp/
3132
curl -sS https://getcomposer.org/installer | php
3233
php composer.phar install
3334
```
3435

36+
Full installation documentation is available at
37+
38+
<https://midas-server.readthedocs.org/>
39+
3540
## License ##
3641

3742
Midas Server is licensed under the Apache License, Version 2.0.

0 commit comments

Comments
 (0)