Skip to content

pointim/point

Repository files navigation

Development environment in docker compose

Add point.local to /etc/hosts:

# root
echo '127.0.0.1 point.local i.point.local arts.point.local' >> /etc/hosts

Clone the repo:

git clone https://github.com/artss/point.git
cd point

Initialize:

./init.sh

Launch:

# Launch the whole service
docker-compose up

# Launch individual services. See service names in the docker-compose.yml
docker-compose up www websocket

Open the URL in your browser:

https://point.local/

All users and XMPP bot have password 123.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published