Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 903 Bytes

README.rst

File metadata and controls

41 lines (30 loc) · 903 Bytes

https://raw.github.com/afool/hive/master/hive/static/img/hive_logo_bee.png

Hive is open source private SNS solution

Requirements

  • x86 hardware with more than 2 core, 1.5G memory, 10G disk space
  • which can run Ubuntu Linux server over 11.10

Installation

how to install hive:

$ apt-get install build-essential python-dev mysql-server
$ apt-get install nginx libmysqlclient-dev python-pip
$ apt-get install git
$ git clone https://github.com/afool/hive.git
$ pip install virtualenv
$ virtualenv YOURENVNAME
$ cd YOURENVNAME
$ source YOURENVNAME/bin/source
$ pip install -r requirements.txt

Contributors

Kim Sinhyub
https://github.com/Sinhyub
Park Ayun
https://github.com/Parkayun
Choi Gilwoo
https://github.com/AstinCHOI
Bae Kwonhan as Mentor
https://github.com/darjeeling