Added a setup directory, moved deps there
This commit is contained in:
parent
e973c30777
commit
d3ffdf5a3e
@ -14,5 +14,5 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
sudo pip2 install --upgrade pyqcy mocktest PyContracts sniffer pyinotify SQLAlchemy bottle requests Sphinx python-novaclient
|
sudo pip2 install --upgrade pyqcy mocktest PyContracts SQLAlchemy bottle requests Sphinx python-novaclient
|
||||||
sudo pacman -S python2-scipy
|
sudo yum install -y numpy scipy
|
18
deps-centos.sh
Executable file
18
deps-centos.sh
Executable file
@ -0,0 +1,18 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
# Copyright 2012 Anton Beloglazov
|
||||||
|
#
|
||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
sudo pip-python install --upgrade pyqcy mocktest PyContracts SQLAlchemy bottle requests Sphinx python-novaclient
|
||||||
|
#sudo pacman -S python2-scipy
|
@ -3,4 +3,5 @@
|
|||||||
```
|
```
|
||||||
CREATE DATABASE neat;
|
CREATE DATABASE neat;
|
||||||
GRANT ALL ON neat.* TO 'neat'@'controller' IDENTIFIED BY 'neatpassword';
|
GRANT ALL ON neat.* TO 'neat'@'controller' IDENTIFIED BY 'neatpassword';
|
||||||
|
GRANT ALL ON neat.* TO 'neat'@'%' IDENTIFIED BY 'neatpassword';
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user