Skip to content
kamuisaeba edited this page Jan 18, 2013 · 4 revisions

Welcome to the Truco wiki!

This project is under construction. If you want to test it or contribute you are more than welcome.

Playing with the mobile app:

  1. First get the code in /truco-web from this repository. git clone https://github.com/alexvisio/Truco.git
  2. You will need a local web server, like Apache.
  3. Copy /truco-web in your web site folder. (e.g. /var/www in Apache under GNU/Linux system).
  4. Simply open your (modern) browser and use localhost to go to the just created site. (e.g. http://localhost/truco-web/)
  5. If you want to probe it in your mobile phone, you can do it (under GNU/Linux) with this steps:
  • in your linux console, get your ip direction (ifconfig command)
  • Enable wifi mode in your mobile phone
  • Copy your pc ip, and append to it "/truco-web"
  • and... That's all!

¡Bienvenido al wiki de Truco!

El proyecto es joven y está en construcción. Si quieres probarlo o colaborar, eres más que bienvenido.

Probando la aplicación móvil:

  1. Primero descarga el código fuente de /truco-web de este repositorio.
  2. Necesitarás un servidor web en tu máquina, como Apache.
  3. Copia /truco-web en el directorio donde tengas tus sitios web. (p.e. /var/www en GNU/Linux + Apache).
  4. Simplemente abre tu navegador (moderno) y accede en red local al sitio de truco. (p.e. http://localhost/truco-web/)
  5. Si quieres probar lo que hay desarrollado de truco en tu teléfono móvil, puedes hacerlo siguiendo estos pasos (en linux):
  • Accede a la consola de tu ordenador, y obtén tu dirección ip a través del comando ifconfig
  • Activa la wifi en tu móvil para estar en la misma red que tu pc.
  • copia la dirección ip en tu navegador móvil, y añádele "/truco-web"
  • Debería quedar algo como "192.168.1.100/truco-web"
  • Y listo.. ¡¡ya puedes ver el desarrollo actual de truco en tu móvil!!
Clone this wiki locally