Go to file
Akshay Mankar 779d1ad5d9
Separate apps and assets
2023-06-03 10:24:05 +02:00
node Separate apps and assets 2023-06-03 10:24:05 +02:00
python wip: backend works. frontend still has some issues 2023-05-23 00:50:17 +02:00
scripts Separate apps and assets 2023-06-03 10:24:05 +02:00
srcs wip: backend works. frontend still has some issues 2023-05-23 00:50:17 +02:00
.gitignore wip: assets 2023-05-20 23:36:21 +02:00
README.md more erpnext wip 2023-05-30 20:06:34 +02:00
erpnext-package.json wip: assets 2023-05-20 23:36:21 +02:00
erpnext-yarn.lock wip: assets 2023-05-20 23:36:21 +02:00
flake.lock First commit 2023-05-18 15:57:22 +02:00
flake.nix Fix asset generation and tidy up a little 2023-06-02 16:00:58 +02:00
frappe-package.json wip: assets 2023-05-20 23:36:21 +02:00
frappe-tilde-versions First commit 2023-05-18 15:57:22 +02:00
nginx-erpnext-conf.nix Fix asset generation and tidy up a little 2023-06-02 16:00:58 +02:00
overlay.nix Separate apps and assets 2023-06-03 10:24:05 +02:00
python-overlay.nix Fix asset generation and tidy up a little 2023-06-02 16:00:58 +02:00

README.md

docker run -d --name erpnext-redis-socketio -p 12311:6379 redis:latest
docker run -d --name erpnext-redis-queue -p 6379:6379 redis:latest
docker run -d --name erpnext-db -p 3306:3306 -e MARIADB_ROOT_PASSWORD=password -e MARIADB_DATABASE=erpnext -e MARIADB_USER=erpnext -e MARIADB_PASSWORD=erpnext mariadb:latest --collation-server=utf8mb4_unicode_ci

nix build .#runErpNext
./result/bin/runErpNext

# new terminal
nix shell nixpkgs#nginx
nginx -c /tmp/erpnext/nginx-erpnext.conf -g "daemon off;"
# http://localhost:8081
# User: Administrator
# Password: admin