Open Source Modern Customizable Asset Management Software
Open Source Asset Management software built with NodeJS, Vue, Express, MonogoDB & Elasticsearch
API centric asset management providing easy integration with existing tools.
git clone https://github.com/cdgco/SmartAssets.git
to download SmartAssets..env.example
to .env
changing the port numbers and API url to match your desired port and installation URLdb.config.example.js
to db.config.js
editing the database name to your desired database and changing the connection string to match your MongoDB instance.elastic.config.example.js
to elastic.config.js
editing the details to match your Elasticsearch instance.server.js
lines 14 - 15.npm run deploy
to compile the app.npm run start
to start the server.npm run update
SmartAssets is built from source upon install, as well as every time you run npm run deploy
or npm run update
In order to rebuild without running any other actions, run npm run build