Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Added automated installation method #274

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 7 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,21 @@
# Nertivia---Client
# Nertivia - Client
![alt text](https://raw.githubusercontent.com/supertiger1234/nertivia-desktop-app/master/Preview.png)
Nertivia is an open sourced chat client web app that allows you to:
• Chat with friends
• Join/create servers
• Create custom themes using CSS
• Add custom emojis
• Set Gif Profile pictures
• Set GIF Profile pictures
• Create bots that can have buttons and html embeds.
And more!

You can visit https://nertivia.net to test it out!

# Setting up from source
Creating your own Nertivia client and server from source is really hard and requires a lot of steps. Beware!
These steps are for Windows 10 only, Linux users can do some Googling for some of these steps.
# (NEW) Automated install
You can now setup your own Nertivia client using Docker, with little to no effort at all!
This method was tested and working on Linux operating systems, but Windows users may be able to use this method.

## Requirements
• NodeJS
• node-gyp
• MongoDB
• Redis
• Some patience
- Docker

## Setting up MongoDB Server
1. Download MongoDB server and install it from this link: https://www.mongodb.com/try/download/community (Green Download button)
2. After its downloaded,
WIP
![Click here](https://docs.nertivia-docker.clinx.tk/setup/the-easiest-and-almost-automated-way) to view the instructions.