forked from meteor/meteor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perl -pi -e 's/skybreak/meteor/g' **/*
- Loading branch information
Showing
23 changed files
with
108 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,24 +23,24 @@ Install Meteor (only OS X, for now): | |
|
||
Create a project: | ||
|
||
skybreak create try-skybreak | ||
meteor create try-meteor | ||
|
||
Run it: | ||
|
||
cd try-skybreak | ||
skybreak | ||
cd try-meteor | ||
meteor | ||
|
||
Deploy it to the world, for free: | ||
|
||
skybreak deploy try-skybreak.meteor.com | ||
meteor deploy try-meteor.meteor.com | ||
|
||
## Slow Start (for developers) | ||
|
||
If you want to run on the bleeding edge, or help develop Meteor, you | ||
can run Meteor directly from a git checkout. | ||
|
||
git clone [email protected]:skybreak/skybreak.git | ||
cd skybreak | ||
git clone [email protected]:meteor/meteor.git | ||
cd meteor | ||
|
||
If you're the sort of person who likes to build everything from scratch, | ||
you can build all the Meteor dependencies (node.js, npm, mongodb, etc) | ||
|
@@ -50,24 +50,24 @@ automatically download pre-compiled binaries when you first run it. | |
# OPTIONAL | ||
./admin/generate-dev-bundle.sh | ||
|
||
Now you can run skybreak directly from the checkout (if you did not | ||
Now you can run meteor directly from the checkout (if you did not | ||
build the dependency bundle above, this will take a few moments to | ||
download a pre-build version). | ||
|
||
./skybreak --help | ||
./meteor --help | ||
|
||
Or install to ```/usr/local``` like the normal install process. This | ||
will cause ```skybreak``` to be in your ```PATH```. | ||
will cause ```meteor``` to be in your ```PATH```. | ||
|
||
./install.sh | ||
skybreak --help | ||
meteor --help | ||
|
||
## Developer Resources | ||
|
||
Get in touch! We'd love to hear what you think. You can get involved | ||
in several ways: | ||
|
||
* Announcement list: sign up at http://preview.meteor.com/ | ||
* Google group for discussion: http://groups.google.com/group/skybreak-users | ||
* IRC: ```#skybreak``` on ```irc.freenode.net``` | ||
* Google group for discussion: http://groups.google.com/group/meteor-users | ||
* IRC: ```#meteor``` on ```irc.freenode.net``` | ||
* Email us: ```[email protected]``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"version": "0.0.41", | ||
"url": "https://d377jur38fl888.cloudfront.net/skybreak-package-0.0.41.tar.gz" | ||
"url": "https://d377jur38fl888.cloudfront.net/meteor-package-0.0.41.tar.gz" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ body { | |
line-height: 1.3; | ||
} | ||
|
||
#skybreak { | ||
#meteor { | ||
position: absolute; | ||
left: 0px; | ||
bottom: 0px; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.