Skip to content

A project that bundles together an APE Server with the ApePubSub framework

License

Notifications You must be signed in to change notification settings

ptejada/APS-Deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APS-Deploy

A project that bundles together an APE Server with the ApePubSub framework.

How to use this repository?

First of all clone the the repository ofcourse:

git clone https://github.com/ptejada/APS-Deploy.git

The previous command will clone the repository in a APS-Deploy directory. Change directory

cd APS-Deploy

All bundled commands will be initiated from the root. Run the update command:

./update

or

sh update

The first time you execute the update command you will be prompted to enter a port number. This port number will be the port the server will be bound to when running. You will also be prompted to name the server instance, is basically the name that will show up in the OS process listing when the server is running.

Once the update command finishes you may start the server:

./start

Done! Your APE_Server + ApePubSub setup is up and running! It is recommended that you setup your subdomain wildcard for user sessions comparability, refer to [Using Sessions] (https://github.com/ptejada/ApePubSub/wiki/APE-Server-setup#using-session)

Updating

Since all files and folders that might required manual updating are carefully configured to be ignored by git, updating your clone should be pretty smooth. A simple pull will do:

git pull

All customs scripts will live in the APScript/ folder, just make sure not to add anything on the APScript/framework/ folder as it gets overwritten on every update command.

To update all dependencies, APE_Server and ApePubSub, just run the update command:

./update

Commands

Command Action
start Starts the server if is not running
stop Kill/Terminates the server if it is running
restart Restart the server
update Fetches updates for both APE_server and ApePubSub and updates core files. Then server binaries will be re-built
debug Start the server in the foreground for ease debugging. Any errors from your scripts should be printed in the console. To exit the server use `Ctrl + c` in your keyboard
config Allows you to re-configure the server by setting the port number and instance name

References

About

A project that bundles together an APE Server with the ApePubSub framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages