Added a setup readme

This commit is contained in:
Anton Beloglazov 2012-09-27 11:47:54 +10:00
parent 683741b369
commit e973c30777

6
setup/README.md Normal file
View File

@ -0,0 +1,6 @@
1. Create a MySQL database and user for OpenStack Neat:
```
CREATE DATABASE neat;
GRANT ALL ON neat.* TO 'neat'@'controller' IDENTIFIED BY 'neatpassword';
```