ICEcoder alternatives and similar software solutions
Based on the "IDE/Tools" category.
Alternatively, view ICEcoder alternatives based on common mentions on social networks and blogs.
-
Regexr
RegExr is a HTML/JS based tool for creating, testing, and learning about Regular Expressions. -
Coder
Coder provisions software development environments via Terraform on Linux, macOS, Windows, X86, ARM, and of course, Kubernetes. -
Zalenium
DISCONTINUED. A flexible and scalable container based Selenium Grid with video recording, live preview, basic auth & dashboard. -
Selenoid
Selenium Hub successor running browsers within containers. Scalable, immutable, self hosted Selenium-Grid on any platform with single binary. -
Gitpod
DEPRECATED since Gitpod 0.5.0; use https://github.com/gitpod-io/gitpod/tree/master/chart and https://github.com/gitpod-io/gitpod/tree/master/install/helm -
Babelfish
Self-hosted server for source code parsing. It can parse any file, in any supported language, extract an Abstract Syntax Tree from it, and convert it to a Universal Abstract Syntax Tree which can enable further analysis and transformation.
CodeRabbit: AI Code Reviews for Developers
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of ICEcoder or a related project?
README
ICEcoder
Code editor awesomeness ...in your browser
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.
Requirements
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).
Installation
Step 1: Get ICEcoder
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 [email protected]:icecoder/icecoder /var/www/html/icecoder
Step 2: Set permissions on dirs & files
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 (using chmod
), but it it safer and so better, to use chown
:
chown -R www-data.www-data /var/www/html
This will recursively set the www-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
).
Step 3: Start coding
Now you can visit yoursite.com/ICEcoder
to view ICEcoder, sign in and start coding!
Tip: If using ICEcoder locally, you can use:
php -S localhost:8080
...to get PHP to start a simple web server. You can then visit localhost:8080/ICEcoder
Want to setup in other environments?
It's now possible to setup ICEcoder in a Docker container, via Composer, as an executable and more. Checkout https://icecoder.net/downloads for info on these setups!
It's free & open source for everyone!
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!
*Note that all licence references and agreements mentioned in the ICEcoder README section above
are relevant to that project's source code only.