I am a first time user of CKAN and python, most of my development in .NET
I am setting up CKAN for the first time on a Windows 7 computer. I am trying to run the line:
paster db init -c [FOLDER NAME]\development.ini
But I keep getting the error Comman db
not know
I have looked at: http://docs.ckan.org/en/943-writing-extensions-tutorial/paster.html
I also tried:
c:\Python27\Scripts\virtualenv.exe --no-site-packages [FOLDER NAME]\ckanext\datastore
this did not work
Is there a alternative way to set up the database?
Any suggestions?