First time here? Check out the FAQ!

Revision history  [back]

installing askbot via virtualenv

Trying to understand the installation steps as given in the official docs.

I ran: virtualenv siteName.

Now I want to clone askbot, but not sure what the relationship between siteName in the virtualenv command and projectName in the git clone command.

When I cd into siteName, what is the relationship between the siteName and the dir I want to clone askbot into?

Or should I run git clone first, then cd into the dir and run virtualenv without specifying a dir, that is, run "virtualenv ."?

installing askbot via virtualenv

Trying to understand the installation steps as given in the official docs.

I ran: virtualenv siteName.

Now I want to clone askbot, but not sure what the relationship between siteName in the virtualenv command and projectName in the git clone command.

When I cd into siteName, what is the relationship between the siteName and the dir I want to clone askbot into?

Or Os should I run git clone first, then cd into the dir and run virtualenv without specifying a dir, that is, run "virtualenv ."?

installing askbot via virtualenv

Trying to understand the installation steps as given in the official docs.

I ran: virtualenv siteName.

Now I want to clone askbot, but not sure what the relationship between siteName in the virtualenv command and projectName in the git clone command.

When I cd into siteName, what is the relationship between the siteName and the dir I want to clone askbot into?

Os should I run git clone first, then cd into the dir and run virtualenv without specifying a dir, that is, run "virtualenv ."?

installing askbot via virtualenv

Trying to understand the installation steps as given in the official docs.

I ran: virtualenv siteName.

Now I want to clone askbot, but not sure what the relationship between siteName in the virtualenv command and projectName in the git clone command.

askbot. Question is: When I cd into siteName, what is should I run git clone without the relationship between project name as given in the doc? That is, when in the siteName and the dir dir., should I want to run:

git clone askbot into?git://github.com/ASKBOT/askbot-devel.git .