GithubHelp home page GithubHelp logo

icerepo's Introduction

ICEcoder is for sale! Please contact [email protected]. Serious offers only.


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.

ICEcoder code editor

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!

icerepo's People

Contributors

marclaporte avatar mattpass avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

icerepo's Issues

Pulling & pushing folders

Pushing folders are treated as an empty file. Pulling folders causes a JS error because it think's it is a file.

Need to identify if it's a dir or file and if it's a dir, create tree object on Github (pushing) or create folder on server (pulling).

Keep diff viewing minimal

Reduce or hide everything apart from diffs in files.

Either reduce the font to something tiny (ie, 6px) and make mid-grey. This allows you to just see the shape of the lines of text that are the same, for visual recognition only. New & deleted lines remain the same (green & red).

Sync instead of commit

This is a feature request rather than an issue. I've not used this yet but I imagine I will be doing quite soon as it seems like a really useful tool.

According to the description am I right in assuming this will only push changes to Github and not vice-versa?
"Those that are only on the server are pushed to Github. Those no longer on the server are removed from Github. Those that have changed are patched over the top of the existing Github held file."

In my work environment I am required to push files from my test server to our versioning software before I push it to the live server and because of that habit I've started adopting the same process with my own projects. A way for me to sync the files from Github to the server as well as from the server to Github would be incredibly useful.

Ask for temp token or username & password

If we don't have oauth or basic auth details in settings file, rather than die, show a form where users can enter the token or username & password combo.

These are then set in session vars and used for the duration of the session only.

This has the benefit of not having your details stored anywhere.

Adding new files using repo.write

You can add new files using repo.write according the github.js manual. However, this doens't seem to be working and is returning an error. Asked Michael to have a look into this and fix.

Filetypes and logo update

Update filetypes image to cover new filetype list supported by ICEcoder.

Also perhaps update logo.

Adding multiple changes as 1 commit

When you select multiple files/folders and commit, it addes them one by one, a commit for each.

Would be good if we could commit multiple files/folders under just the one.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.