motd 852 B

12345678910111213141516171819202122232425262728
  1. Welcome to the Pagure development environment!
  2. Here are some tips:
  3. * The code for Pagure is located at ~/devel/
  4. * You can populate the database with `python dev-data.py --all`
  5. * Logs for the server are available with `journalctl`; the services are run
  6. as systemd user units in ~/.config/systemd/user/
  7. * To run the tests run: `tox -c ~/devel/tox.ini`.
  8. Here is a list of command and alias you may find useful:
  9. * pstart: to start all the services
  10. * pstop: to stop all the services
  11. * prestart: to restart all the services
  12. * plog: to access the logs of the `pagure` service (the web server)
  13. Once you start the server you can navigate to http://localhost:5000/
  14. in your browser on the host to access your Pagure development environment.
  15. During your navigate you can use any of the created users,
  16. by example `pingou/testing123`.
  17. Happy hacking!