Thanks for downloading
Thanks for downloading and welcome to an awesome new way of coding, via your browser! Next steps now you've downloaded...
Place in your document root
Put in a new sub-dir URL such as 'ICEcoder':
Set write permissions
The "owner" and "group" are likely root for that ICEcoder dir (and sub-dirs & files inside). That could be be a problem if the web server is running as www-data user. So update to the right owner & group so ICEcoder's able to work.
This can be done easily on Linux with:
chown -R www-data.www-data ICEcoder
You may want to do this on your website dirs & files too, if they're set to "root" user too, else ICEcoder won't have permission to update them when you save using ICEcoder. So if your site is at "/var/www/html" you'd run:
chown -R www-data.www-data /var/www/html
Start coding!
Visit the sub-dir URL in your browser and enter a password.
Now you're setup, logged in & ready to code!