Added a setup directory, moved deps there

This commit is contained in:
Anton Beloglazov 2012-09-27 13:04:53 +10:00
parent e973c30777
commit d3ffdf5a3e
3 changed files with 21 additions and 2 deletions

View File

@ -14,5 +14,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
sudo pip2 install --upgrade pyqcy mocktest PyContracts sniffer pyinotify SQLAlchemy bottle requests Sphinx python-novaclient
sudo pacman -S python2-scipy
sudo pip2 install --upgrade pyqcy mocktest PyContracts SQLAlchemy bottle requests Sphinx python-novaclient
sudo yum install -y numpy scipy

18
deps-centos.sh Executable file
View 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

View File

@ -3,4 +3,5 @@
```
CREATE DATABASE neat;
GRANT ALL ON neat.* TO 'neat'@'controller' IDENTIFIED BY 'neatpassword';
GRANT ALL ON neat.* TO 'neat'@'%' IDENTIFIED BY 'neatpassword';
```