summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 4 insertions, 2 deletions
diff --git a/README b/README
index 66cf52a..d1d5fdf 100644
--- a/README
+++ b/README
@@ -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).