OpenMOOC / moocng

MOOC Engine
Apache License 2.0
88 stars 43 forks source link

view in android tablet internet browser #60

Closed johnfelipe closed 10 years ago

johnfelipe commented 10 years ago

Hi, please tell me if chrome or firefox tablet not supported for select Change password in list

ablanco commented 10 years ago

It should work fine in Android tablets with Chrome or FFox.

johnfelipe commented 10 years ago

I cant select profile settings in menu, in chrome and firefox, help....

ablanco commented 10 years ago

It was recently fixed, you need to use the latest code available in the repository.

johnfelipe commented 10 years ago

I can update in apache version, no nginx version?

ablanco commented 10 years ago

You can use whatever server you want if you deploy it yourself. There aren't two versions of the code.

If you are using the rpm packages, they expect nginx, not apache.

johnfelipe commented 10 years ago

Im use old version, but how update my need?

johnfelipe commented 10 years ago

This is my code for update mooc engine:

    cd /var/www/moocng
    git clone git://github.com/OpenMOOC/moocng.git
    source /var/www/moocng/bin/activate
    cd /var/www/moocng/moocng

and django-admin.py collectstatic --settings=moocng.settings

is ok or not