From 6df2f42922de2916a2bae32a627bfb077b85d56e Mon Sep 17 00:00:00 2001 From: Rick Carlino Date: Mon, 26 Sep 2016 15:27:07 -0500 Subject: [PATCH] RM more cached stuff --- .gitignore | 2 ++ public/README.md | 27 --------------------------- 2 files changed, 2 insertions(+), 27 deletions(-) delete mode 100644 public/README.md diff --git a/.gitignore b/.gitignore index 4011467dc..74099dbd2 100755 --- a/.gitignore +++ b/.gitignore @@ -65,6 +65,8 @@ public/node_modules public/tools public/*.js public/*.json +public/*.md +public/*.sh .vscode/ config/database.yml \ No newline at end of file diff --git a/public/README.md b/public/README.md deleted file mode 100644 index 7cc20d253..000000000 --- a/public/README.md +++ /dev/null @@ -1,27 +0,0 @@ -# Farmbot Web Frontend - - This is the Javascript / HTML / CSS related to Farmbot's browser control app. It depends on a [backend API](https://github.com/FarmBot/farmbot-web-app) (my.farmbot.io by default). - -# Up and Running - -0. [Install node](https://nodejs.org/en/download/) if you haven't already. -1. git clone https://github.com/FarmBot/farmbot-web-frontend.git -2. cd farmbot-web-frontend -3. npm install -4. run `npm start` -5. Visit `http://localhost:8080/app/login` - -# Deploy to Production - -**NOTE:** The [Web API](https://github.com/FarmBot/Farmbot-Web-API) deployment will automatically build the latest version of the frontend and mount it in the web server. The instructions below are intended for reference purposes, or for users who wish to host their frontend code on a different server than their API. - -1. run `npm run build` -2. Copy the contents of `/app` into your webserver so that it will be accessible via `/app`. -3. Visit `/app/login` on your web server to verify installation. - -# internationalization -TODO: Write how to i18n - -# Issues - -We can't fix problems we aren't aware of. Please let us know of any setup issues you may face. Bug reports and documentation updates are greatly appreciated!