Deploying Joobsbox PHP to your server
From JoobsBox Documentation
Contents |
[edit] Deploying Joobsbox PHP to your server
[edit] Deploying the files (method 1 - FTP approach)
To deploy Joobsbox PHP to your UNIX based server, download the package to your machine and unpack it.
Create a new domain/subdomain for your fresh Joobsbox installation and log in to FTP in order to upload Joobsbox PHP files.
Upload the Joobsbox PHP files inside the directory you unpacked.
Some files and folders need to be written by Joobsbox at certain points. Because of this, they need to have write permissions. You can set permissions per files and folders using your favourite FTP client software (example: Filezilla). Give write permissions to the following files and folders:
Para desplegar Joobsbox PHP a su servidor basado UNIX, descargue el paquete a su máquina y desempaquételo. Cree un nuevo dominio/subdominio para su instalación de Joobsbox fresca e ingrese al sistema de FTP a fin de cargar archivos PHP de Joobsbox .
Cargue archivos PHP del Joobsbox que usted desempaquetó dentro del directorio.
Algunos archivos y las carpetas tienen que ser reescritos por Joobsbox en ciertos puntos. A causa de esto, ellos tienen que tener permisos de escritura . Usted puede poner permisos por archivos y carpetas usando su software de cliente de FTP favorito (ejemplo: Filezilla). Dé permisos de escritura a los archivos y carpetas siguientes:
- config/
- config/config.ini.php
- cache/
- Joobsbox/SearchIndexes
[edit] Deploying the files (method 2 - SSH approach)
If you know you have access to your server through SSH, you can follow these steps to get the files installed:
- Connect to your server through SSH
- Go to the directory where you want to store Joobsbox PHP files
- Type the following:
- wget http://joobsbox.com/download/latest-php-targz
- tar zxvf joobsbox-php.tar.gz
- You're set
[edit] Linking to the database
Joobsbox PHP needs a database to store jobs and other important data. Follow the instructions with your hosting provider in order to create a new database or share an already existing database with Joobsbox PHP. Keep your database connection credentials at ready, Joobsbox would like to know them.
[edit] Installation process
Joobsbox has an installation setup which runs the first time your access its location from browser. Please access the location at which you installed Joobsbox (example.com/joobsbox).
Joobsbox will redirect you to the installation process, which asks for some information and then your site is ready to run. Please refer to the "Installation process":installation-process section of the manual for more information.
