On 2016-03-10 22:26, Ashish Kumar wrote:
> Hi,
>  
> 
> >
> > It means that the module stock_location_sequence is not installed but it 
> > is defined in your database. 
> >
> > Ok, I tried reinstalling everything as below.
> 
> I have followed below steps for installing tryton in my machine (32 bit 
> ubuntu).
> 1. hg clone http://hg.tryton.org/trytond/
> 2. hg clone http://hg.tryton.org/tryton/
> 3. In each directory, sudo python setup.py install
> 4. Create postgresql database,  sudo -u postgres createdb tryton-db
> 5. Create superuser, sudo -u postgres createuser --superuser ashish
> 6. Created a config.ini file with following details:
> [database]
> uri = postgresql://ashish:ashish@localhost:8000/ 
> path = /var/lib/trytond
> 7. Initialize the database as follows:
> trytond -c config.ini -d trytond --all
> 
> It is stuck in this command, no prompt for password as mentioned on the 
> http://doc.tryton.org/3.4/trytond/doc/topics/setup_database.html.

Did you have to run this command twice (because of any exception)?
If yes, trytond doesn't ask for a password the second time, you have to
drop the database and start again.

Rem: use the 3.8 documentation which is closer to trunk.

> 8. I ran bin/tryton and filled the details as below
> host: localhost:8000
> database: tryton-db
> username: ashish (postgresql-user)
> password: ashish (password)

The credential are admin and the password trytond should ask you.

> GETTING CONNECTION ERROR (BAD USERNAME/PASSWORD). I TRIED WITH ROOT 
> USERNAME AND PASSWORD BUT STILL THE SAME ERROR. I THINK IT IS BECAUSE MY 
> DATABASE IS NOT GETTING INITIALIZED. I THINK I AM MISSING SOMETHING HERE. 
> CAN SOMEONE PLEASE HELP ME OUT HERE.

Please avoid capital letter, it is felt as if you were yelling. See
http://groups.tryton.org/netiquette

> 9. localhost:8000 in the browser is giving: 
> Error response
> 
> Error code 404.
> 
> Message: File not found.
> 
> Error code explanation: 404 = Nothing matches the given URI.

If you want to use the web client, you must setup 'sao' by looking at
its README.

-- 
Cédric Krier - B2CK SPRL
Email/Jabber: cedric.kr...@b2ck.com
Tel: +32 472 54 46 59
Website: http://www.b2ck.com/

-- 
You received this message because you are subscribed to the Google Groups 
"tryton-dev" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton-dev/20160311084225.GA25642%40tetsuo.

Reply via email to