-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node installation #9
Comments
Hannes Hirzel wrote:
Node is needed for npm to work. npm installs amber cli in the first place. Node is also needed to run bower, which is needed to include amber itself locally into a project and load its dependencies. And of course, node is needed to run the amber cli, that is, the development server. Once browser-based amber project is deployed to production server, node (and npm, and bower) is not needed anymore. It works fine as just a bunch of .htmls, .jss and .csss. But of course, it is most often kept to be able to deploy the newer version of the app. If you know you will not deploy newer version, you can safely remove node etc. In case you |
Yes, good summary! These points have to be mentioned in the
DeploymentOnce a browser-based amber project is deployed to aproduction server, But of course, it is most often kept to be able to deploy the newer Server side amber appIn case you write a server-side app with amber (even if the amber is On 4/13/14, Herbert Vojčík [email protected] wrote:
|
I agree we shouldn't need to include node installation instructions. |
https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager has a more recent version of nodejs installation instructions than http://docs.amber-lang.net/installing.html. For Ubuntu it now points to https://github.com/nodesource/distributions |
Removed outdated Ubuntu installation instructions, see #9
I am not sure if we need to tell people how to install nodejs on
http://docs.amber-lang.net/overview/installing.html
http://www.nodejs.org/
does a better job.
What might want to tell people that nodejs is part of the Amber infrastructure and what it is used for in the Amber setup.
The text was updated successfully, but these errors were encountered: