i am also new to django. I have put alive my first django project on
linode VPS.
First I have created on my development machine the virtual box with
last ubuntu. Then I have put alive the django project following
instruction on
https://code.djangoproject.com/wiki/DjangoAndNginx
i.e. I have used nginx as it seemed from newgroup posting easier to
install for newbies.
After I have done it on vbox I have bought linode account and repeated
the sequence there.
All in all, in two days I have put the project alive. Probably not all
is done as it should be, but it is live.
The most time I have spent is on how to share the folder between vbox
and windows host. The not documented hint (at least i did not find
anywhere) is that the root user of ubuntu shall be part of vboxusers
group, so I have created the group with
groupadd vboxusers
and added the user to the group
sudo usermod -a -G vboxusers cikic
After that I could use the vbox additions; i.e. I could map one folder
for data exchanging.
hth
Nenad
On 28 ožu, 16:03, Jak <jacob.wisch...@gmail.com> wrote:
> Hello All,
>
> I am new to programming, and I have spent the year learning HTML, CSS,
> Python, and now Django. I can build a basic dynamic site on the
> development server, but I have no idea how to share this site with the
> world. The Django deployment section in the Django book is difficult
> to understand. What do I need to know before I can begin hosting my
> projects. Do I need to know apache? I'm not even entirely sure how
> servers work. I read the w3schools sever tutorial, but it only
> describes what a server is, not how or what you need to host your
> site. Does anyone know of any good tutorials for beginners?
>
> Thanks
>
> Programming noob
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
No comments:
Post a Comment