diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-10 18:30:55 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-10 18:30:55 +0200 |
| commit | 7ad86f6dbb65941f9c7aa49a1938e1a0a5bb7d50 (patch) | |
| tree | 0fc41ed53461e62fa1f8d4dbf7ae7ad287eac544 /README | |
| parent | 76d54003f9db7eaa4a03e612e76626c73668ce9d (diff) | |
dont hardcode s3 path
Diffstat (limited to 'README')
| -rw-r--r-- | README | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -21,6 +21,8 @@ GRANT ALL PRIVILEGES ON bucky.* TO 'carbon'@'localhost'; Copy .env-sample to .env and edit the values accordingly. +PLEASE change the value of S3_PATH to if you reuse S3 buckets. + #### Loading an old bucky db dump ``` @@ -51,7 +53,7 @@ You may have to include the .so files for bdb: `export LD_LIBRARY_PATH=/var/www/ npm start ``` -Server will be running at http://lvh.me:5000/ (or whatever port you set in the .env) +Server will be running at http://localhost:5000/ aka http://lvh.me:5000/ (or whatever port you set in the .env) -In production I use something to daemonize the node server, such as pm2 (provides nice dashboard with uptime, restarts, saves logs, etc). Run the web server on a high port and then put it behind NGINX. +In production I use something to daemonize the node server, such as pm2 (provides nice dashboard with uptime, restarts, saves logs, etc). |
