-
Notifications
You must be signed in to change notification settings - Fork 2
Home
nide is an simple but powerful webIDE using the Nitrogen framework, EditArea and various JSquery plugins with the purpose to speed up development of Erlang/Nitrogen projects.
The feeling to working with nide is the same as any regular desktop IDE in case you are using browser with modern javascript engine. Chrome/v8 is my recommend but also latest Firefox works well.
Most of development of nide is done using early stages of nide itself :)
INSTALLATION
nide is just a regular nitrogen page, so there no need for makefile or other method for distribution.
On repo you can found the typical tree of nitrogen project but the files you actually need is:
./site/src/ide.erl
./site/static/css/ide.css
./site/static/js/. (everything on this folder and sub-folders)
./site/templates/ide.html
Copy the above files to your nitrogen project run for last time bin/dev compile navigate with your browser to http://localhost:8000/ide (if you want you can place nide on public server but is yours responsibility to protect the content because nide DO NOT have any security mechanism build in) and start coding!
PLEASE NOTE
nide depends for some of its functionality to the following Unix commands:
tail
In case you are using the niter plugin you need the bash shell
Is tested on ubuntu server but any Unix OS should works
Look the Video for usage.