mirror of
https://github.com/iamdoubz/Plume4Windows.git
synced 2023-10-23 17:15:03 -05:00
master
Plume4Windows
Quick install
For those of you who do not want to spend almost 4 hours compiling Plume for Windows, here are the binaries needed for running the service using a SQLite or PostgreSQL database.
New Installation Steps
- Decide what database you will be using: sqlite or postgres
- Extract "Plume_W64_v0.4.0_master-02c528c_postgres.7z" or "Plume_W64_v0.4.0_master-02c528c_postgres.7z" to an easy place like
C:\Plume - Modify the
.envfile to meet your needs - Run Migrations
plm migration run - Initialise search index
plm search init - Set up your instance
plm instance new - Create admin account
plm users new --admin -n "adminusername" -N "Human Readable Admin Name" -b "Biography of Admin here" -p hackmeplease - Create a task schedule to run Plume on system startup (Read SERVICE.md)
- Create a reverse proxy in IIS (Read PROXY.md)
Upgrading Steps
Please read the UPGRADING.md guide.
Other
Want to actually compile it yourself? See this doc.
Last Updated
Plume_W64_v0.4.0_master-02c528c_*.7z was compiled from the "master" branch of Plume and is up to date as of commit 02c528c or January 29, 2020 03:37PM EST.
Languages
JavaScript
57.2%
CSS
42.8%