mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
npm install
This commit is contained in:
parent
98537bd4f8
commit
446a29f35c
2 changed files with 10 additions and 2 deletions
7
clients/ios/Resources-iPhone/Main.storyboard
Normal file
7
clients/ios/Resources-iPhone/Main.storyboard
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13142" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
|
||||
<dependencies>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12042"/>
|
||||
</dependencies>
|
||||
<scenes/>
|
||||
</document>
|
5
fabfile.py
vendored
5
fabfile.py
vendored
|
@ -781,8 +781,9 @@ def setup_staging():
|
|||
|
||||
def setup_node_app():
|
||||
sudo('curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -')
|
||||
sudo('apt-get install -y nodejs')
|
||||
run('curl -L https://npmjs.org/install.sh | sudo sh')
|
||||
sudo('apt-get install -y nodejs-dev')
|
||||
# run('curl -L https://npmjs.org/install.sh | sudo sh')
|
||||
sudo('apt-get install npm')
|
||||
sudo('npm install -g supervisor')
|
||||
sudo('ufw allow 8888')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue