Giter VIP home page Giter VIP logo

speckleadmin's Introduction

SpeckleAdmin

Netlify Status

A simple front-end admin application for speckle. Demo: check it out live here!

SpeckleAdmin

The easiest way to use SpeckleAdmin is to navigate to https://app.speckle.systems and login at your server. Data will strictly be transferred between the client (the app in your browser) and your server. This works within private networks, amongst firewalls, etc. as long as you have a SSL certificate for your server (ie, non-https server adresses will not work).

Fresh installation for a speckle server deployment

  1. cd ~/${your speckle server install location}/plugins
  2. git clone https://github.com/speckleworks/SpeckleAdmin.git
  3. cd SpeckleAdmin
  4. npm install
  5. npm run build
  6. Restart your server, and navigate to its root address - done!

If you have previously installed the SpeckleAdmin frontend plugin, you should be able to just run the following commands from the plugin's folder (e.g., ~/${SpeckleServer Installation Folder}/plugins/SpeckleAdmin).

  1. git fetch
  2. git pull
  3. npm install - to make sure to pull along any potential new dependencies
  4. npm run build
  5. Profit!

Note:

the build step can fail on low powered VMs with < 1GB of RAM. There's two solutions to this: (a) get a beefier VM (or scale it up for this step), alternatively (b) use https://app.speckle.systems.

Development notes

To start a development server: npm run dev
To build for production: npm run build

License

MIT

speckleadmin's People

Contributors

didimitrie avatar mswaidan avatar paulpoinet avatar radumg avatar dependabot[bot] avatar pearswj avatar teocomi avatar htlcnn avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.