Skip to content

julianowick/ResearchMap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Install git
sudo apt-get install git

#Checkout ResearchMap
git clone https://github.com/julianowick/ResearchMap.git

#Install django framework
sudo apt-get install python-django

#Install mysqldb 
sudo apt-get install python-mysqldb

#Install beautiful-soup
sudo apt-get install python-beautifulsoup

#Create user for ResearchMap in Mysql
see username and password at settings.py

#Changing to directory
cd ResearchMap

#Create db
python manage.py syncdb

#Create cache table
python manage.py createcachetable author_cache

#Run server
python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published