Page 1 of 1

Post installtion help

PostPosted: Sun Jul 29, 2012 11:47 pm
by blakefallow
Hello!

I'm relatively new to the Linux and open source world, but for every hurdle I feel blessed for this really tough learning curve. Having said that...

On a local partition I was able to setup a mock environment before I pushed this platform to my server. Install seemed to be successful on the server but when I go to the front end login at: xxx.xxx.xxx.xxx:8008. I have no login credentials. It never asked me for "admin" or password setup other than for MySQL.

I'm lost and need to make up for lost time. I'd really appreciate anyone's superior knowledge in this new environment.

Thanks for everyones input.


Best,

Blake F.

Re: Post installtion help

PostPosted: Mon Jul 30, 2012 1:43 pm
by areski
Hi,
The install script ask you to enter a user / email / password, this is needed to connect on the web interface (http://yourip:8008/).

If for some reasons you forgot it, you might be able to create a new user from shell.

Try the following as root user :
$ workon newfies-dialer
$ cd /usr/share/newfies-dialer/
$ python manage.py createsuperuser

This will prompt you to create a new user for Newfies-Dialer Interface.

Yours,
/Areski