Re: [translate-pootle] would default install without apache database suffice?

2012-12-25 Thread Julen Ruiz Aizpuru
ar., 2012.eko aberen 25a 02:35(e)an, Umarzuki Mochlis(e)k idatzi zuen:
 2012/11/8 Julen Ruiz Aizpuru jul...@gmail.com:

 (env-name) $ git clone https://github.com/translate/pootle.git src

 hi, what username and password that i should use for above command?

 puser@debian:~$ git clone https://github.com/translate/pootle.got drc
 Cloning into drc...
 Username:
 Password:
 fatal: Authentication failed


You have typed the wrong URL. Check your spelling or copy paste the URL 
as given.

If you still run into trouble, you can also use the read-only git URI: 
git://github.com/translate/pootle.git

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Translate-pootle mailing list
Translate-pootle@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/translate-pootle


Re: [translate-pootle] would default install without apache database suffice?

2012-12-25 Thread Umarzuki Mochlis
2012/12/25 Julen Ruiz Aizpuru jul...@gmail.com:
 ar., 2012.eko aberen 25a 02:35(e)an, Umarzuki Mochlis(e)k idatzi zuen:

 2012/11/8 Julen Ruiz Aizpuru jul...@gmail.com:

 You have typed the wrong URL. Check your spelling or copy paste the URL as
 given.

 If you still run into trouble, you can also use the read-only git URI:
 git://github.com/translate/pootle.git

thanks

it seems i manage.py does not get cloned

puser@debian:~/src/pootle$ python manage.py run_cherrypy
python: can't open file 'manage.py': [Errno 2] No such file or directory

puser@debian:~/src/pootle$ ls
alerts.jsi18n reposstatic   tools
apps __init__.py  runner.pystrings.py   urls.py
auth locale   scripts  syspath_override.py  __version__.py
dbs  middleware   settings templates
depcheck.py  po   settings.py  tests.py

i tried both

su -c 'pip install -r requirements/base.txt'

and

pip install -r requirements/base.txt with same result

any important step that i should had done?

-- 
Regards,

Umarzuki Mochlis
http://debmal.my

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Translate-pootle mailing list
Translate-pootle@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/translate-pootle


Re: [translate-pootle] would default install without apache database suffice?

2012-12-25 Thread Julen Ruiz Aizpuru
ar., 2012.eko aberen 25a 13:27(e)an, Umarzuki Mochlis(e)k idatzi zuen:
  it seems i manage.py does not get cloned
 
  puser@debian:~/src/pootle$ python manage.py run_cherrypy
  python: can't open file 'manage.py': [Errno 2] No such file or directory
 
  puser@debian:~/src/pootle$ ls
  alerts.jsi18n reposstatic   tools
  apps __init__.py  runner.pystrings.py   urls.py
  auth locale   scripts  syspath_override.py 
__version__.py
  dbs  middleware   settings templates
  depcheck.py  po   settings.py  tests.py
 

If you 'ls ~/src/', you'll find it there.

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Translate-pootle mailing list
Translate-pootle@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/translate-pootle


Re: [translate-pootle] would default install without apache database suffice?

2012-12-25 Thread Umarzuki Mochlis
2012/12/25 Julen Ruiz Aizpuru jul...@gmail.com:
 ar., 2012.eko aberen 25a 13:27(e)an, Umarzuki Mochlis(e)k idatzi zuen:


 If you 'ls ~/src/', you'll find it there.

thanks

where do i configure so it will listen on port 8000 for network range
192.168.69.0 ?

by default it only listens to localhost

-- 
Regards,

Umarzuki Mochlis
http://debmal.my

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Translate-pootle mailing list
Translate-pootle@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/translate-pootle


Re: [translate-pootle] would default install without apache database suffice?

2012-12-25 Thread Julen Ruiz Aizpuru
ar., 2012.eko aberen 25a 13:37(e)an, Umarzuki Mochlis(e)k idatzi zuen:
 2012/12/25 Julen Ruiz Aizpuru jul...@gmail.com:
 ar., 2012.eko aberen 25a 13:27(e)an, Umarzuki Mochlis(e)k idatzi zuen:


 If you 'ls ~/src/', you'll find it there.

 thanks

 where do i configure so it will listen on port 8000 for network range
 192.168.69.0 ?

 by default it only listens to localhost


If you run --help for any of the management commands you'll get more 
information about anything you try to run.

Also you have:
http://docs.translatehouse.org/projects/pootle/en/latest/server/commands.html#run-cherrypy

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Translate-pootle mailing list
Translate-pootle@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/translate-pootle


Re: [translate-pootle] would default install without apache database suffice?

2012-12-25 Thread Umarzuki Mochlis
2012/12/25 Julen Ruiz Aizpuru jul...@gmail.com:

 If you run --help for any of the management commands you'll get more
 information about anything you try to run.

 Also you have:
 http://docs.translatehouse.org/projects/pootle/en/latest/server/commands.html#run-cherrypy

thanks for that link

--host 0.0.0.0 is exactly what i need

-- 
Regards,

Umarzuki Mochlis
http://debmal.my

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Translate-pootle mailing list
Translate-pootle@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/translate-pootle


[translate-pootle] failed building database

2012-12-25 Thread Umarzuki Mochlis
hi,

pootle's web interface suddenly failed when building database for
first time opening it

error message:

IOError: [Errno 2] No such file or directory:
'/home/puser/src/pootle/assets/css/common.min.css'

command used:

 python manage.py run_cherrypy --host 0.0.0.0

could this related to recent failure of running below command without
root privilege?

pip install -r requirements/base.txt

-- 
Regards,

Umarzuki Mochlis
http://debmal.my

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Translate-pootle mailing list
Translate-pootle@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/translate-pootle