Skip to content

Update info and deployment scripts for Brackets/Edge Code

Notifications You must be signed in to change notification settings

ZweiSteinSoft/brackets-updates

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

This repo contains the update JSON files for Brackets.

To push new update files:

  1. Make sure the JSON parses cleanly (you can use http://jsonlint.com, but the errors might not be as good as calling JSON.parse()).
  2. Check the files into this repo's master.
  3. SSH into the update server: dev.brackets.io. (Usernames/passwords are available from Adam or nj.)
  4. On the update server, cd brackets-updates (clone of this repo, should already be in the home directory)
  5. ./scripts/pull-updates.sh

This should update the files in /var/www/updates with the latest files from the repo.

(Note that the script doesn't actually do a pull in the clone that's in the home directory; it does it into a temporary folder. You can do a pull in ~/brackets-updates if you like, but it won't really affect anything other than the scripts themselves.)

About

Update info and deployment scripts for Brackets/Edge Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%