Fixes and updates.
This commit is contained in:
@@ -139,6 +139,7 @@ Check which version of meteor you have on the development machine (meteor is not
|
||||
1. Update the meteor app as normal (copy it to the /var/www/xxx directory as a build bundle, then run the script to unpack it).
|
||||
2. Run `sudo n` to get the current version of NodeJS being used. Use `sudo n x.x.x` to download and change to the new version of NodeJS.
|
||||
3. Edit the app's nginx file in /etc/nginx/sites-available/ to reference the new NodeJS install location. For example my current install location is specified as `server {... passenger_nodejs /usr/local/n/versions/node/8.9.3/bin/node ...}`}
|
||||
4. Validate things are running fine by opening the webapp in a browser (**currently** `app.petitteton.com`)
|
||||
|
||||
## Running Server Side Code
|
||||
|
||||
|
||||
Reference in New Issue
Block a user