Brackets is JavaScript based, lightweight IDE. There are installation packages for Debian, Mac and windows but there is no official Fedora package.
These instructions cover using the brackets-rpm that is based on the .deb
version to install the IDE. The README contains directions if you want to convert another version using alien
and rpmrebuild
.
$ git clone [email protected]:jgillich/brackets-rpm.git
Cloning into 'brackets-rpm'...
remote: Counting objects: 60, done.
remote: Total 60 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (60/60), 395.82 MiB | 748.00 KiB/s, done.
Resolving deltas: 100% (10/10), done.
Checking connectivity... done.
$ cd brackets-rpm/
This should contain the following files
$ ll
total 41588
-rw-rw-r--. 1 timani timani 42577292 Aug 16 05:31 brackets-0.42.0-13958.x86_64.rpm
-rw-rw-r--. 1 timani timani 1080 Aug 16 05:31 LICENSE
-rw-rw-r--. 1 timani timani 2619 Aug 16 05:31 README.md
$ sudo yum localinstall brackets-0.42.0-13958.x86_64.rpm
Loaded plugins: langpacks, refresh-packagekit
Examining brackets-0.42.0-13958.x86_64.rpm: brackets-0.42.0-13958.x86_64
Marking brackets-0.42.0-13958.x86_64.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package brackets.x86_64 0:0.42.0-13958 will be installed
--> Finished Dependency Resolution
Don't forget to symlink. You can search for brackets using the Programs menu after this
$ sudo ln -s /opt/brackets/brackets.desktop /usr/share/applications/brackets.desktop