Skip to content

l1ph0x/schooltool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To make a schooltool development environment, run:
- docker-compose build
- export UID (to configure container schooltool user with the same UID that the current linux user)
- docker-compose up -d
- ssh schooltool@localhost (add your public ssh key to .ssh/authorized_keys if needed)
- In the previously opened ssh console:
  - cd sandbox
  - make
  - cd schooltool.peas (or schooltool.isli or schooltool.rising)
  - make develop
  - make run

You can now visit http://localhost:7080

About

Schooltool development environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 90.8%
  • Shell 9.2%