|
3 ay önce | |
---|---|---|
bin | 1 yıl önce | |
css | 1 yıl önce | |
fonts | 1 yıl önce | |
images | 1 yıl önce | |
js | 1 yıl önce | |
lib | 1 yıl önce | |
share | 1 yıl önce | |
templates | 1 yıl önce | |
LEGAL | 1 yıl önce | |
LICENSE | 1 yıl önce | |
README.md | 3 ay önce | |
composer.json | 6 ay önce | |
composer.lock | 3 ay önce | |
index.php | 1 yıl önce |
FunkFeuer Node Manager
Nodeman is using composer for the PHP dependencies so they need to be downloaded and installed first.
composer install
Then we also need to create the SQLite Database tables and add some configuration.
sqlite share/nodeman.db
> .read share/schema.sql
> .q
For testing and development you can use the builtin php webserver but beware it’s not safe because anybody could access your sqlite databse.
php -S localhost:80
For a production system please use nginx and the example
config in share/nodeman.conf
.
Then you can access nodeman via http://localhost/
and login
as user admin
with password admin
.