Run the following command
Now install git package
Now, create and move to a secure directory
cd /sources/timeline
The exciting part - download Timeline
After downloading the source-files, you must complete some requirements and setup-some cherries :~). Once all set, you are ready to FIRE
Click the button below to go to the Docs and find out how to setup Timeline with EEZZZZ!
Timeline is a power-packed, best open-sourced feature CPPS emulator-source available. It's written in Python 2.7, and heavily uses Twisted
First, jump in and download Timeline source from GitHub.
Run the following command
Now install git package
Now, create and move to a secure directory
The exciting part - download Timeline
For Windows and MacOS, it's pretty simple. Go and download latest Timeline .zip file from GitHub (Use the link below)
Now, extract the contents into an easily accessible directory (eg. Desktop)
Now that you have timeline all ready, we need to install requiremnts for it so it can run without any hay-sle. (Yeah, run like a horse)
Install Python
Run the following command
Install dependencies
Now install Python
You are all done!
For Windows and MacOS, it's pretty simple. Go and download Python2.7.15 installer from the link below
Follow the instructions and install carefully.
It's now time to install the other main necessity - Nginx/Apache, MySQL/MariaDB, Redis
Run the following command
Installing Nginx
Installing MariaDB
Installing Redis
You are just done! Wait till it's harvest time, get ready a reaper!
For Windows and MacOS, you can install an application that combines MariaDB and Apache under one roof. Go and download XAMPP installer from the link below
Follow the instructions and install carefully.
Installing Redis
For MacOS, execute the following codes
For Windows, use the installer below
The last part, installing necesary Python modules. It's pretty consistent across multiple platforms. Use the command below to install python modules (use CMD/PowerShell for windows)
Now the hard part, installing MySQL Connector for Python - MySQLdb module.
For Ubuntu, execute the following
For Windows, execute the following commands
Now try to install MySQL-Python
And I'd consider that gud enough. You can have your coffee now, now go ahead and setup Mediaserver
Before you try to run the server, you might wanna setup your database first. To setup your database, all you need to do is run DatabasePort.py file present in your Timeline folder. To do this, open your command console and, execute the following
Consider it done! Now you have created a database - let's call it Time-line, and you have a default test user to login
Username: test
Password: password
It's time to run this sweety, open you command console, and execute the following
After executing the above, wait for sometime. If it's the first time you execute, and encounter some error, just close and run again.
In-case error persists, check for the following:
Still having issues? Ping me on Discord, or pull an issue in the GitHub.
You can put the server in background process, and make it run even after you close the session. Just use the following command
You can connect to it later, using the following command