Administration portal for drift-base
This project depends on drift-base so both projects need to be cloned from GitHub and a shared Drift Config DB is required as well.
First prepare your workstation using these instructions if you have not already done so.
Run the following commands to install drift-base and drift-adminweb in developer mode:
# Clone and configure the drift-base project
git clone https://github.com/dgnorth/drift-base.git
cd drift-base
pipenv install --dev
pipenv run dconf developer --shared
cd ..
git clone https://github.com/dgnorth/drift-adminweb.git
cd drift-adminweb
pipenv install --dev
pipenv run dconf developer --shared
To run a server locally:
# In drift-adminweb directory:
pipenv run dconf developer --shared --run
Server is running at http://localhost:5000/
Username and password is admin and test.