- Notifications
You must be signed in to change notification settings - Fork346
Browser code editor awesomeness
License
icecoder/ICEcoder
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
ICEcoder is for sale! Please contactinfo@icecoder.net. Serious offers only.
ICEcoder is a browser based code editor, which provides a modern approach to building websites. By allowing you to code directly within the web browser, online or offline, it means you only need one program (your browser) to develop sites, plus can test on actual web servers. After development, you can also maintain the website easily, all of which make for speedy and smart development.
You can run ICEcoder either online or locally, on Linux, Windows or Mac based platforms. The only requirement is to have PHP 7 available (7.4 recommended). You can have this either as a vanilla installation or via a program such as WAMP or XAMPP (for Windows) or MAMP (for Mac).
Either download the zip or clone from Github into your wwwroot (document root) dir for your website (this is typically/var/www/html/
) via:
$ git clone git@github.com:icecoder/icecoder /var/www/html/icecoder
You'll need to ensure both the ICEcoder dir and the wwwroot dir have permissions to read, write and execute. This can be done by changing permissions (usingchmod
), but it it safer and so better, to usechown
:
chown -R www-data.www-data /var/www/html
This will recursively set thewww-data
user as both the owner and group users for files on the/var/www/html
dir (which ICEcoder dir is of course inside of, at say/var/www/html/ICEcoder
).
Now you can visityoursite.com/ICEcoder
to view ICEcoder, sign in and start coding!
php -S localhost:8080
...to get PHP to start a simple web server. You can then visitlocalhost:8080/ICEcoder
It's now possible to setup ICEcoder in a Docker container, via Composer, as an executable and more. Checkouthttps://icecoder.net/downloads for info on these setups!
Suitable for commercial & non-commercial projects, just let us know if it's useful to you and any cool customizations you make to it. We take no responsibility for anything, all usage is all down to you.
It's fully open source and MIT licensed. So we're happy for you to take it, make it your own and customize to your hearts content and/or contribute to this main repo! :)
Plenty of comments included in the code to assist with understanding, customizing etc.
Comments, improvements & feedback welcomed!
About
Browser code editor awesomeness
Resources
License
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.