This module adds a IDE (Codiad IDE) to the admin backend of Your HumHub installation. You can use it to edit HumHub themes or to create other development projects.
To starts the IDE visit the link in the admin panel sidebar IDE Settings
NOTE: I will no longer make use of HumHub and I stop updating my modules and themes for HumHub. It is up to you, you are welcome to update the modules and themes in the future.
- Download the module and unzip it
- Rename the extracted (unziped) folder to
ide
(May not be required!) - The folder ide_app has to be uploaded to the same folder where HumHub is installed
- Open protected/modules/ide/views/admin/index.php line 17 and check back if the iframe URL fits with your setup
- Now upload the ide module folder (exclude the ide_app folder) to protected/modules/ and then activate the module from HumHubs admin backend.
- After activation open the link IDE Settings and start the IDE installer. It is important to setup the absolut server path to HumHubs theme folder. In my installation it is: /var/www/web917/html.
- Have fun!
- the root path in my installation is /var/www/web917/html
- So for UNIX systems something like: /var/www/sites/my_project
- And for WIN systems something like: E:/www/sites/my_project
Codiad IDE website: https://github.com/Codiad/Codiad
Module website: https://github.com/WebCrew/HumHub-IDE-Module
Author website: https://github.com/WebCrew
Author: WebCrew (Andreas Holzer)