First time here? Check out the FAQ!
1

Askbot and one-click django installer ?
 

as a person with little experience with Django, would like to know how in general Django should be installed on a ready-made hosting package - with one-click installer

like they have on www.djangohosting.ch for example, http://djangohosting.ch/info/django-installer/

may be someone can make an explanation on how to install it to djangohosting.ch

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
anonymous user
asked 14 years ago

Comments

see more comments

1 Answer

0

They do not seem to offer a "one-click" application deployment service, they just install django for you and initiate a blank django site.

What they help with greatly - configure the webserver for you, but any other hosting provider will do that too.

Askbot's startforum script is the easiest method to get started with askbot - as it creates entire django site, and installs django, if necessary.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 14 years ago
link

Comments

see more comments