transmute-industries / transmute-dapp

Transmute Platform Demo
https://dapp.transmute.industries
13 stars 2 forks source link

Instructions for running without docker #14

Open eolszewski opened 6 years ago

eolszewski commented 6 years ago

Good to give people options - this should be the list for things you need to do that docker does for you:


Local Setup

Run the following in these directories to get up and running without docker

dapp/semantic/

$ yarn global add gulp
$ gulp build
$ gulp watch

dapp/

$ npm install -g yarn
$ yarn global add truffle
$ yarn global add transmute-cli@latest
$ transmute setup
$ yarn testrpc
$ yarn ipfs
$ RPC_HOST=localhost truffle migrate && yarn move-contracts && yarn start

/

$ transmute serve

I'm still having trouble connecting to firebase functions, but I'm working on that now...

eolszewski commented 6 years ago

For whatever reason I keep getting No ./functions/.transmute/environment.web was detected. when running that last command even though I certainly have that file... I wonder if it is upset because of the .js extension?..