Skip to content

Igelko/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

 
 
 

Contributors

Languages

  • Python 55.9%
  • HTML 19.4%
  • CSS 10.6%
  • PLpgSQL 9.0%
  • JavaScript 3.7%
  • Lua 1.1%
  • Other 0.3%