https://github.com/byjg/xmlnuke-php5-installer
XMLNuke PHP5 Installer is a Web Interface to aid the XMLNuke install process.
https://github.com/byjg/xmlnuke-php5-installer
Last synced: 8 months ago
JSON representation
XMLNuke PHP5 Installer is a Web Interface to aid the XMLNuke install process.
- Host: GitHub
- URL: https://github.com/byjg/xmlnuke-php5-installer
- Owner: byjg
- License: gpl-2.0
- Created: 2013-07-11T01:05:28.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-09-17T19:51:49.000Z (about 12 years ago)
- Last Synced: 2024-10-19T09:17:01.421Z (12 months ago)
- Language: PHP
- Size: 215 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
xmlnuke-php5-installer
======================### Information
XMLNuke PHP5 Installer is a Web Interface to automate the XMLNuke install process.
*This is in beta stage, any contribution is welcome.*### Install & Run
- Download the folder 'installer' into a folder in your Web Server.
- Access from your web browser: http://your-server/some-folder/installer### Requirements to run the Installer
- The installer needs write permission in the XMLNuke path and in the Project Path;
- The command 'exec' is required for create a PHP5 project from scratch;
- Download the XMLNuke from the repository is a good choose for maintain your framework updated,
but requires the subversion installed in your server ;
- If you download a zip package from the main repository you need the the php5 'zip' and 'curl' extensions;
- All other requirements for run XMLNuke are validated in the install.### Tips
- You can install your project in any folder, but is a good idea install in the parent folder of the 'installer' folder.
- You can install several projects using only one XMLNuke code.
- The XMLNuke folder does not need be accessible from your web browser_Developed by JG_
_2013-July_