Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old August 9th, 2006, 06:45 AM
ido
Guest
 
Posts: n/a
Default create php package instaler

hi ... newbie here !
does anyone knows the easies way to create a php package instaler.
something like install sheald do!

  #2  
Old August 9th, 2006, 08:35 AM
Carl Vondrick
Guest
 
Posts: n/a
Default Re: create php package instaler

ido wrote:
Quote:
hi ... newbie here !
does anyone knows the easies way to create a php package instaler.
something like install sheald do!
Something like Fantastico?
  #3  
Old August 9th, 2006, 08:45 AM
ido
Guest
 
Posts: n/a
Default Re: create php package instaler


Carl Vondrick wrote:
Quote:
ido wrote:
Quote:
hi ... newbie here !
does anyone knows the easies way to create a php package instaler.
something like install sheald do!
>
Something like Fantastico?
no, actualy i want to create something that can be used to install my
php aplication. so then, i dont have to copy my php aplication script
again to server. and also i dont have to create a database.

its more like installsheald do on .exe aplication.

cmiw

  #4  
Old August 9th, 2006, 08:45 AM
Carl Vondrick
Guest
 
Posts: n/a
Default Re: create php package instaler

Quote:
no, actualy i want to create something that can be used to install my
php aplication. so then, i dont have to copy my php aplication script
again to server. and also i dont have to create a database.
>
its more like installsheald do on .exe aplication.
So you just want an installer? That's relatively simple. Just create a
SQL file with all your MySQL queries to make tables and insert standard
data and something that writes a config file. Boom. Done.
  #5  
Old August 9th, 2006, 08:55 AM
Jonathan
Guest
 
Posts: n/a
Default Re: create php package instaler

ido wrote:
Quote:
no, actualy i want to create something that can be used to install my
php aplication. so then, i dont have to copy my php aplication script
again to server. and also i dont have to create a database.
>
its more like installsheald do on .exe aplication.
Something like this: NSIS (Nullsoft Scriptable Install System):
http://nsis.sourceforge.net/Main_Page

If you prepare everything and include that in your install script it
might work.

Jonathan
  #6  
Old August 9th, 2006, 09:05 AM
ido
Guest
 
Posts: n/a
Default Re: create php package instaler


Carl Vondrick wrote:
Quote:
Quote:
no, actualy i want to create something that can be used to install my
php aplication. so then, i dont have to copy my php aplication script
again to server. and also i dont have to create a database.

its more like installsheald do on .exe aplication.
>
So you just want an installer? That's relatively simple. Just create a
SQL file with all your MySQL queries to make tables and insert standard
data and something that writes a config file. Boom. Done.
0k, i'm done with my sql. but how bout my aplication script ?

thanks !

  #7  
Old August 9th, 2006, 09:15 AM
ido
Guest
 
Posts: n/a
Default Re: create php package instaler


Jonathan wrote:
Quote:
ido wrote:
>
Quote:
no, actualy i want to create something that can be used to install my
php aplication. so then, i dont have to copy my php aplication script
again to server. and also i dont have to create a database.

its more like installsheald do on .exe aplication.
>
Something like this: NSIS (Nullsoft Scriptable Install System):
http://nsis.sourceforge.net/Main_Page
>
If you prepare everything and include that in your install script it
might work.
>
Jonathan
thanks .. i'll try it !

 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles