WHZHAI / team-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get started

Go to a directory of you choice and clone this repository:

git clone https://github.com/panpan2557/ArticleQ.git
cd articleq

Create virtualenv inside the repository and activate it:

virtualenv articleqenv
source articleqenv/bin/activate

Install the packages that you need.

pip install -r requirements.txt
Neo4j
Download Neo4j

Download the latest Neo4j Community Edition from http://www.neo4j.org/download/.

Untar it anywhere and start it:

tar xvfz /path/to/neo4j-community-3.x.z-unix.tar.gz
cd neo4j-community-3.x.z-unix
bin/neo4j start
After Neo4j is started

Go to http://localhost:7474 in your favorite browser and update the default password.

Wrapping up and starting the app

Edit articleq/articleq/setting.py, change the password to the one that has been updated.

Then, run following code.

python articleq/manage.py migrate
python articleq/manage.py bootstrap
python articleq/manage.py runserver

Go to http://localhost:8000 in your favorite browser to see the tutorial app.

About


Languages

Language:JavaScript 46.3%Language:Python 26.5%Language:HTML 14.5%Language:CSS 6.6%Language:Java 3.5%Language:Jupyter Notebook 2.3%Language:Shell 0.2%Language:Batchfile 0.1%