Skip to content
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

Upload Linux dependencies to S3 - Adjustments #146

Open
jmarrec opened this issue Jun 8, 2020 · 1 comment
Open

Upload Linux dependencies to S3 - Adjustments #146

jmarrec opened this issue Jun 8, 2020 · 1 comment

Comments

@jmarrec
Copy link
Contributor

jmarrec commented Jun 8, 2020

  • TAR GZ for openstudio: When extracted, the folder needs to be OpenStudio not openstudio, or it can't find it: depend/OpenStudio/bin/openstudio: not found

@tijcolem

@jmarrec
Copy link
Contributor Author

jmarrec commented Jun 9, 2020

This appears to be the only change needed. I created a fresh clone of the OpenStudio-PAT repo.

Full commands:

sudo apt install nodejs # Should pull up nodejs v8.10.0
nodejs --version
# v8.10.0
sudo apt install npm
# If the above failed, try `sudo apt-get install nodejs-dev node-gyp libssl1.0-dev` first
# The following packages have unmet dependencies:
#  npm : Depends: node-gyp (>= 0.10.9) but it is not going to be installed
sudo npm install -g bower
sudo npm install -g gulp
cd OpenStudio-PAT

Temporary workaround:

mv depend/openstudio depend/OpenStudio
# Then proceed with the README.md
npm install
bower install
gulp install-deps
# Build and Run
npm run build
npm run start

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant