Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

FBDev64/ASCINET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASCINET

Advanced SSH Computer Intranetwork

Server Setup

cd ~
git clone https://github.com/fbdev64/ASCINET.git
cd ASCINET/src/server
chmod +x server.sh

To run, just type ./server.sh, then edit the config.yaml file.

For a complete detailed guide, check the SERVER.md

Admin Setup

cd ~
git clone https://github.com/fbdev64/ASCINET.git
cd ASCINET/src/admin
chmod +x admin.sh

To run, just type ./admin.sh

Clien Setup

cd ~
git clone https://github.com/fbdev64/ASCINET.git
cd ASCINET/src/client
chmod +x client.sh

To run, just type ./client.sh

Additionnal Setup notes

Instead of running chmod +x ./the_file, run the same command for launcher. It will ask you what type of user are you (Client, Admin or Server) and will run the file.

Configuring

  • Edit the config.yaml in /src/server/data and write your server IP and hostname

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

BSD 3-Clause “New” or “Revised” License

About

Advanced SSH Computer Intranet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages