Skip to content
/ dclib Public

Web-based Dreamcorps Library Management System

License

Notifications You must be signed in to change notification settings

ShifaSZ/dclib

Repository files navigation

dclib

Web-based Dreamcorps Library Management System

Usage guide

$ git clone https://github.com/ShifaSZ/dclib.git

$ cd dclib

$ meteor --port=3600

Install any missing packages according to the Meteor messages

After the Meteor server started, use a browser to open http://localhost:3600

Build Desktop App for Windows

In a windows system:

Install JDK

Install nodejs

Install Meteor

Scripts for installing Meteor for all users in Windows:

robocopy "C:\Users%UserName%\AppData\Local.meteor" "C:\Users\All Users\AppData\Local.meteor" /MIR /SEC /XJD /R:5 /W:5 /MT:32 /V /NP

icacls "C:\Users\All Users\AppData\Local.meteor" /grant All:(OI)(CI)F /T /C

reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" /v Path /t REG_EXPAND_SZ /d "%path%;C:\Users\All Users\AppData\Local.meteor"

In a windows command line (cmd.exe)

git clone https://github.com/ShifaSZ/dclib.git

cd dclib

meteor npm i -g write-file-atomic path-is-inside async-some dezalgo

meteor add-platform android

meteor npm install --save-dev meteor-desktop

meteor --mobile-server=127.0.0.1:3000

In another windows command line window:

npm run desktop -- init

npm run desktop

or use below command to build a windows app installer

npm run desktop -- build-installer

About

Web-based Dreamcorps Library Management System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published