Skip to content

Commit 050eaef

Browse files
committed
Merge branch 'master' of github.com:graulund/pyramid
2 parents e4b3cbe + c805de4 commit 050eaef

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Pyramid
22
=======
33

4+
**Pyramid 1.0 beta 1 is out! Yay!**
5+
6+
![pyramid-screenshot-resized](https://cloud.githubusercontent.com/assets/80858/24841349/cd66d46e-1d82-11e7-9108-b7e4295413e0.png)
7+
48
## About
59

610
Get real time status of your friends on any IRC network, and talk to them too! Stay online even when you're not viewing chat, and see what happened when you were gone. Browse logs.
@@ -12,14 +16,12 @@ It works in real time by directly connecting a Node IRC connection to a Socket.i
1216

1317
## Installation instructions
1418

15-
1. Install [Node.js](http://nodejs.org/)
19+
1. Install [Node.js](http://nodejs.org/) (version 7+ required)
1620
2. Run `npm install` from the project directory to set up the prerequisites
17-
3. Run `npm run webpack:prod` from the project directory to build frontend resources
18-
4. Copy the dummy database file from `pyramid-dummy.db` to `data/pyramid.db` (create folder as needed)
19-
5. Run `node pyramid.js` from the project directory to start the server
20-
6. Open your browser and navigate to the hostname and port you defined in step 3 (usually `localhost:54335`)
21+
3. Run `node pyramid.js` from the project directory to start the server. (You could use a service like [Forever](https://github.com/foreverjs/forever) to help keep it running)
22+
4. Open your browser and navigate to the hostname and port you defined in step 3 (usually `localhost:8887`)
2123

22-
First time you open the page, you're gonna have to log in with the default password, which currently is `LUL`. Please change it after logging in, if this is a publicly available instance, as anyone with the password can chat on your behalf, or change the password.
24+
First time you open the page, there's gonna be a guide helping you. Have fun!
2325

2426
## License
2527
The whole thing is licensed under the MIT License. In short, use it however you like, as long as you credit me.

0 commit comments

Comments
 (0)