Welcome Guest, Not a member yet? Register   Sign In
Install Scripts
#1

[eluser]Eric Cope[/eluser]
I have built several web apps I plan on allowing others to download and use. I am working on an installer. How have others made installers?
#2

[eluser]spyro[/eluser]
Eric,

Have you made any progress on you installer?

I just started writing one and have been running into a few issues since CI wants the db to be set but the user needs to provide the credentials first.

I have been working on a standalone script that get the credentials, creates the db, creates database.php for CI and then redirects to CI. One issue that I have right now is that when a user first browses they get an error from CI and I need to somehow send them to the install script instead.
#3

[eluser]Eric Cope[/eluser]
I haven't yet. You could try adding a route if a file (the install file) exists...
#4

[eluser]Collb[/eluser]
Here's an installer for codeigniter applications:

https://github.com/collb/codeigniter-ins...all/master
https://github.com/collb/codeigniter-installer




Theme © iAndrew 2016 - Forum software by © MyBB